Adding oidcConfig option to argo-cd helm chart (#49)
This commit is contained in:
parent
37014cbcc9
commit
f607f4fc80
2 changed files with 15 additions and 2 deletions
|
|
@ -20,4 +20,11 @@ data:
|
|||
{{- if .Values.config.dexConfig }}
|
||||
dex.config: |
|
||||
{{ toYaml .Values.config.dexConfig | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.url }}
|
||||
url: {{ .Values.config.url }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.oidcConfig }}
|
||||
oidc.config: |
|
||||
{{ toYaml .Values.config.oidcConfig | indent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue