diff --git a/.cruft.json b/.cruft.json
index 5fba3894b70c7de45062dc075d9b16ecbf9f15c0..3f1e09caa2589ac7be8ce8f81c3a79c11ad9d2f4 100644
--- a/.cruft.json
+++ b/.cruft.json
@@ -1,6 +1,6 @@
 {
   "template": "https://codebase.helmholtz.cloud/hcdc/software-templates/helm-chart-template.git",
-  "commit": "1f6034e560cf03d4590a621db5facbf61e22c9fd",
+  "commit": "5ecea392be8e3766578ef51ce40db8b9ea0814c6",
   "checkout": null,
   "context": {
     "cookiecutter": {
diff --git a/templates/nginx/buildconfig.yaml b/templates/nginx/buildconfig.yaml
index 336182333592b958f64a329bc8125db3a082709c..b517211544eddeaa9e8d2677a42189b5a9360273 100644
--- a/templates/nginx/buildconfig.yaml
+++ b/templates/nginx/buildconfig.yaml
@@ -34,7 +34,7 @@ spec:
       {{- $allSecrets := mustMergeOverwrite (dict) $builtinSecrets .Values.buildSecrets }}
       {{- if (or (not (empty $allSecrets)) .Values.buildSecretName) }}
       {{- $secretName := default (printf "build-secret-%s" .Values.baseName) .Values.buildSecretName }}
-        volumes:
+      volumes:
         - name: {{ $secretName }}
           mounts:
             - destinationPath: /run/secrets/build-secret