[stable/dex] Add initContainers support (#15588)

Signed-off-by: Martin Hrabovcin <mhrabovcin.c@mesosphere.com>
This commit is contained in:
Martin Hrabovcin
2019-12-18 18:29:56 -08:00
committed by Kubernetes Prow Robot
parent 8f2c3746c1
commit 2a4694e4dd
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 2.5.0
version: 2.6.0
appVersion: 2.19.0
description: CoreOS Dex
keywords:
+4
View File
@@ -37,6 +37,10 @@ spec:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
{{- if .Values.initContainers }}
initContainers:
{{- toYaml .Values.initContainers | nindent 8 }}
{{- end }}
serviceAccountName: {{ template "dex.serviceAccountName" . }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}
+2
View File
@@ -13,6 +13,8 @@ nodeSelector: {}
podAnnotations: {}
initContainers: []
tolerations: []
# - key: CriticalAddonsOnly
# operator: Exists