Skip to content

Commit

Permalink
Fix the ConfigMap template's indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knatsakis authored and sstarcher committed Jul 28, 2020
1 parent f63863e commit 61daf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ apiVersion: v1
metadata:
name: {{ include "helm-exporter.fullname" . }}
labels:
{{ include "helm-exporter.labels" . | nindent 4 }}
{{ include "helm-exporter.labels" . | nindent 8 }}
data:
config.yaml: |-
{{ toYaml .Values.config | indent 6}}

0 comments on commit 61daf2c

Please sign in to comment.