Skip to content

Commit c6b7833

Browse files
Birkenstabderekbit
authored andcommitted
Change default nodePathMap value in storageClassConfigs in values.yml to []
Because it is actually an array and not an object
1 parent e052170 commit c6b7833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/local-path-provisioner/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ nodePathMap:
9191
# sharedFileSystemPath: ""
9292
# ## OR
9393
# # See above
94-
# nodePathMap: {}
94+
# nodePathMap: []
9595

9696
podAnnotations: {}
9797

0 commit comments

Comments
 (0)