We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef43d1 commit 46cc216Copy full SHA for 46cc216
helm/oauth2-proxy/templates/deployment.yaml
@@ -57,8 +57,8 @@ spec:
57
hostnames:
58
- {{ .Values.hostAlias.hostname }}
59
{{- end }}
60
- initContainers:
61
{{- if and .Values.redis.enabled .Values.initContainers.waitForRedis.enabled }}
+ initContainers:
62
- name: wait-for-redis
63
image: "docker.io/bitnami/kubectl:{{ include "kubectl.version" . }}"
64
args:
0 commit comments