mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/dex] Add initContainers support (#15588)
Signed-off-by: Martin Hrabovcin <mhrabovcin.c@mesosphere.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8f2c3746c1
commit
2a4694e4dd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: dex
|
||||
version: 2.5.0
|
||||
version: 2.6.0
|
||||
appVersion: 2.19.0
|
||||
description: CoreOS Dex
|
||||
keywords:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -13,6 +13,8 @@ nodeSelector: {}
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
initContainers: []
|
||||
|
||||
tolerations: []
|
||||
# - key: CriticalAddonsOnly
|
||||
# operator: Exists
|
||||
|
||||
Reference in New Issue
Block a user