feat(argo-workflows): Configure declarative server auth mode (#2291)
This commit is contained in:
parent
052454f233
commit
2730dc24c7
4 changed files with 16 additions and 14 deletions
|
|
@ -52,6 +52,9 @@ spec:
|
|||
{{- with .Values.server.extraArgs }}
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- if .Values.server.authMode }}
|
||||
- "--auth-mode={{ .Values.server.authMode }}"
|
||||
{{- end }}
|
||||
- "--secure={{ .Values.server.secure }}"
|
||||
{{- if .Values.singleNamespace }}
|
||||
- "--namespaced"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue