feat(argo-cd): adds configEnabled flag to allow parent chart to own CM (#591)
Signed-off-by: Matt Gowie <matt@masterpoint.io>
This commit is contained in:
parent
cf399e6dda
commit
ff388f8f94
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{{- if .Values.server.configEnabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
|
@ -16,4 +17,5 @@ metadata:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
data:
|
||||
{{- toYaml .Values.server.config | nindent 4 }}
|
||||
{{- toYaml .Values.server.config | nindent 4 }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue