aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helm/netconf/templates/configmap.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/netconf/templates/configmap.yaml b/helm/netconf/templates/configmap.yaml
index 900f43a..70b00b5 100644
--- a/helm/netconf/templates/configmap.yaml
+++ b/helm/netconf/templates/configmap.yaml
@@ -21,5 +21,5 @@ metadata:
labels:
{{- include "netconf-server.labels" . | nindent 4 }}
data:
- {{ tpl (.Files.Glob "resources/set-up-netopeer.sh").AsConfig . | indent 2 }}
+ {{ tpl (.Files.Glob "resources/set-up-netopeer.sh").AsConfig . | nindent 2 }}
{{- end }} \ No newline at end of file