feat(argo-cd): add dex server extra args (#1146)
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
parent
3be6c52a64
commit
4538e57aae
4 changed files with 9 additions and 2 deletions
|
|
@ -56,6 +56,9 @@ spec:
|
|||
command:
|
||||
- /shared/argocd-dex
|
||||
- rundex
|
||||
{{- with .Values.dex.extraArgs }}
|
||||
{{- . | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.dex.containerSecurityContext }}
|
||||
securityContext: {{- toYaml .Values.dex.containerSecurityContext | nindent 10 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue