Skip to content

Commit 8232393

Browse files
committed
make pvc when editable is set in helm values
1 parent 6249b41 commit 8232393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Charts/fastcs/templates/pvcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PVC for debugging volume
2-
{{ if .Values.developerMode }}
2+
{{ if .Values.editable }}
33
{{- $location := default .Values.global.location .Values.location | required "ERROR - You must supply location or global.location" -}}
44
{{- $ioc_group := default .Values.global.ioc_group .Values.ioc_group | required "ERROR - You must supply ioc_group or global.ioc_group" -}}
55

0 commit comments

Comments
 (0)