Skip to content

Commit

Permalink
fix(setup): hide custom-configmap if setup is disabled (#1804)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Oct 6, 2021
1 parent 90ec99b commit 6f72fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/helm/sumologic/templates/setup/custom-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.sumologic.setupEnabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -16,3 +17,4 @@ data:
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 6f72fe4

Please sign in to comment.