ci: nindent instead of indent

This commit is contained in:
Jennifer Richards 2024-04-15 11:16:23 -03:00 committed by Nicolas Giard
parent ebaf6b5680
commit c81b5f7088

View file

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