fix(argo-cd): Fix breaking dex change in argocd 2.0 (#645)
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
parent
37cd1ef042
commit
1d96f80dac
7 changed files with 22 additions and 18 deletions
|
|
@ -44,8 +44,8 @@ spec:
|
|||
command:
|
||||
- cp
|
||||
- -n
|
||||
- /usr/local/bin/argocd-util
|
||||
- /shared
|
||||
- /usr/local/bin/argocd
|
||||
- /shared/argocd-dex
|
||||
volumeMounts:
|
||||
- mountPath: /shared
|
||||
name: static-files
|
||||
|
|
@ -54,7 +54,7 @@ spec:
|
|||
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
||||
imagePullPolicy: {{ .Values.dex.image.imagePullPolicy }}
|
||||
command:
|
||||
- /shared/argocd-util
|
||||
- /shared/argocd-dex
|
||||
- rundex
|
||||
{{- if .Values.dex.containerSecurityContext }}
|
||||
securityContext: {{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue