Skip to content

Commit 63feacb

Browse files
committed
chart: fix pathPattern
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent 444f896 commit 63feacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/chart/local-path-provisioner/templates/storageclass.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ provisioner: {{ template "local-path-provisioner.provisionerName" $dot }}
2020
volumeBindingMode: {{ $values.storageClass.volumeBindingMode }}
2121
reclaimPolicy: {{ $values.storageClass.reclaimPolicy }}
2222
allowVolumeExpansion: true
23-
{{- if .Values.storageClass.pathPattern }}
23+
{{- if $values.storageClass.pathPattern }}
2424
parameters:
25-
pathPattern: {{ .Values.storageClass.pathPattern | quote }}
25+
pathPattern: {{ $values.storageClass.pathPattern | quote }}
2626
{{ end -}}
2727
{{- end }}
2828
---

0 commit comments

Comments
 (0)