Adding option for resource customizations in ArgoCD (#65)
This commit is contained in:
parent
315ea0516e
commit
baf210b4a3
2 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ data:
|
|||
oidc.config: |
|
||||
{{ toYaml .Values.config.oidcConfig | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.resourceCustomizations }}
|
||||
resource.customizations: |
|
||||
{{ toYaml .Values.config.resourceCustomizations | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.configManagementPlugins }}
|
||||
configManagementPlugins: |
|
||||
{{ toYaml .Values.config.configManagementPlugins | indent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue