adapt values.yaml for linter removing trailling spaces on empty params

This commit is contained in:
mustache1up 2021-03-05 23:48:41 -03:00
parent c50d1aea01
commit b33cad598a
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@ storageClass:
# If it exists and has a delete value, delete the directory, if it exists and has a retain value, save the directory.
# Overrides archiveOnDelete.
# Ignored if value not set.
onDelete:
onDelete:
# Specifies a template for creating a directory path via PVC metadata's such as labels, annotations, name or namespace.
# Ignored if value not set.
pathPattern:
pathPattern:
# Set access mode - ReadWriteOnce, ReadOnlyMany or ReadWriteMany
accessModes: ReadWriteOnce