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:
Matt Gowie 2021-03-08 12:30:24 -07:00 committed by GitHub
parent cf399e6dda
commit ff388f8f94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -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 }}