diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index 89983b5f0..e0261f0f4 100644 --- a/helm/templates/configmap.yaml +++ b/helm/templates/configmap.yaml @@ -4,7 +4,7 @@ metadata: name: django-configmap data: settings_local.py: |- - {{- .Files.Get "settings_local.py" | indent 4 }} + {{- .Files.Get "settings_local.py" | nindent 4 }} --- apiVersion: v1 kind: ConfigMap