We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444f896 commit 63feacbCopy full SHA for 63feacb
deploy/chart/local-path-provisioner/templates/storageclass.yaml
@@ -20,9 +20,9 @@ provisioner: {{ template "local-path-provisioner.provisionerName" $dot }}
20
volumeBindingMode: {{ $values.storageClass.volumeBindingMode }}
21
reclaimPolicy: {{ $values.storageClass.reclaimPolicy }}
22
allowVolumeExpansion: true
23
-{{- if .Values.storageClass.pathPattern }}
+{{- if $values.storageClass.pathPattern }}
24
parameters:
25
- pathPattern: {{ .Values.storageClass.pathPattern | quote }}
+ pathPattern: {{ $values.storageClass.pathPattern | quote }}
26
{{ end -}}
27
{{- end }}
28
---
0 commit comments