From 8fb486e5c0dd284cc753a1e8f3c56f426d1414d2 Mon Sep 17 00:00:00 2001 From: Philipp Sommer <philipp.sommer@hereon.de> Date: Tue, 2 May 2023 14:06:44 +0200 Subject: [PATCH] update skeleton fix indentation error, see https://codebase.helmholtz.cloud/hcdc/software-templates/helm-chart-template/-/merge_requests/21 --- .cruft.json | 2 +- templates/nginx/buildconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 5fba389..3f1e09c 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 3361823..b517211 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 -- GitLab