Skip to content
Snippets Groups Projects
Verified Commit 8fb486e5 authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

update skeleton

parent 68cd0b43
No related branches found
No related tags found
No related merge requests found
Pipeline #233915 passed
{
"template": "https://codebase.helmholtz.cloud/hcdc/software-templates/helm-chart-template.git",
"commit": "1f6034e560cf03d4590a621db5facbf61e22c9fd",
"commit": "5ecea392be8e3766578ef51ce40db8b9ea0814c6",
"checkout": null,
"context": {
"cookiecutter": {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment