diff --git a/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml b/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml index 09a6a87c51..9288270495 100644 --- a/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml +++ b/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml @@ -26,6 +26,6 @@ metadata: helm.sh/resource-policy: keep {{ $labels | indent 4 }} data: - patch-pods-deletion-cost.sh: | + patch-pods-deletion-cost.sh: |- {{ $root.Files.Get "scripts/patch-pods-deletion-cost.sh" | nindent 4 }} {{- end }}