Skip to content
Snippets Groups Projects
Commit 60b0c9af authored by Sören Henning's avatar Sören Henning
Browse files

Fix Helm chart errors

parent 70dc2015
No related branches found
No related tags found
1 merge request!192Install Theodolite volumes using Helm
Pipeline #5027 passed
...@@ -65,5 +65,5 @@ Create the name of the service account to use ...@@ -65,5 +65,5 @@ Create the name of the service account to use
Create the name of the results volume to use Create the name of the results volume to use
*/}} */}}
{{- define "theodolite.resultsClaimName" -}} {{- define "theodolite.resultsClaimName" -}}
{{- default (include "theodolite.fullname" .)-results .Values.operator.resultsVolume.existingClaim }} {{- default (printf "%s-results" (include "theodolite.fullname" .)) .Values.operator.resultsVolume.existingClaim }}
{{- end }} {{- end }}
{{- if and .Values.operator.resultsVolume.enabled (not .Values.operator.resultsVolume.existingClaim)) -}} {{- if and .Values.operator.resultsVolume.enabled (not .Values.operator.resultsVolume.existingClaim) -}}
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
......
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