Small typo fix in values.yaml: bindinng -> binding
This commit is contained in:
parent
c2a2d5d544
commit
ce38b8cb42
|
|
@ -51,7 +51,7 @@ storageClass:
|
||||||
# Set access mode - ReadWriteOnce, ReadOnlyMany or ReadWriteMany
|
# Set access mode - ReadWriteOnce, ReadOnlyMany or ReadWriteMany
|
||||||
accessModes: ReadWriteOnce
|
accessModes: ReadWriteOnce
|
||||||
|
|
||||||
# Set volume bindinng mode - Immediate or WaitForFirstConsumer
|
# Set volume binding mode - Immediate or WaitForFirstConsumer
|
||||||
volumeBindingMode: Immediate
|
volumeBindingMode: Immediate
|
||||||
|
|
||||||
# Storage class annotations
|
# Storage class annotations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue