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

Use new values in helpers file

parent c10e57d7
No related branches found
No related tags found
1 merge request!196Use emptyDir if no PVC should be created
Pipeline #5123 passed
This commit is part of merge request !196. Comments created here will be created in the context of that merge request.
...@@ -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 (printf "%s-results" (include "theodolite.fullname" .)) .Values.operator.resultsVolume.existingClaim }} {{- default (printf "%s-results" (include "theodolite.fullname" .)) .Values.operator.resultsVolume.persistent.existingClaim }}
{{- end }} {{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment