diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index b530b553ea90671aba8154cc250a20924bae0183..569cf454a950f3f621c23472f0346c8bbd52229d 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -65,5 +65,5 @@ Create the name of the service account to use Create the name of the results volume to use */}} {{- 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 }}