Breaking dex change in argocd 2.0
Signed-off-by: Jesse Bye <jbye@riskalyze.com>
This commit is contained in:
parent
eedcf15a9c
commit
0c94ea0220
1 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ spec:
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
- -n
|
- -n
|
||||||
- /usr/local/bin/argocd-util
|
- /usr/local/bin/argocd
|
||||||
- /shared
|
- /shared/argocd-dex
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /shared
|
- mountPath: /shared
|
||||||
name: static-files
|
name: static-files
|
||||||
|
@ -54,7 +54,7 @@ spec:
|
||||||
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
||||||
imagePullPolicy: {{ .Values.dex.image.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.dex.image.imagePullPolicy }}
|
||||||
command:
|
command:
|
||||||
- /shared/argocd-util
|
- /shared/argocd-dex
|
||||||
- rundex
|
- rundex
|
||||||
{{- if .Values.dex.containerSecurityContext }}
|
{{- if .Values.dex.containerSecurityContext }}
|
||||||
securityContext: {{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
securityContext: {{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
||||||
|
|
Loading…
Reference in a new issue