Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix capacityEnforcement comment inside storageClass examples #46

Merged
merged 1 commit into from
Apr 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/dynamic_directory/storageclass-wekafs-dir-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ parameters:
# permissions in Unix octal format, default "0750"
#permissions: "0775"

# if the values below are not set, quota will not be enforced for this storage class
# capacity enforcement mode (either SOFT or HARD)
# - HARD: pod will not be able to write above quota
# - HARD or unspecified: pod will not be able to write above quota
# - SOFT: warning will be issued on Weka cluster, but writing will not be blocked
capacityEnforcement: HARD
# name of the secret that stores API credentials for a cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ parameters:
# permissions in Unix octal format, default "0750"
#permissions: "0775"

# if the values below are not set, quota will not be enforced for this storage class
# capacity enforcement mode (either SOFT or HARD)
# - HARD: pod will not be able to write above quota
# - HARD or unspecified: pod will not be able to write above quota
# - SOFT: warning will be issued on Weka cluster, but writing will not be blocked
capacityEnforcement: HARD
# name of the secret that stores API credentials for a cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ parameters:
# permissions in Unix octal format, default "0750"
#permissions: "0775"

# if the values below are not set, quota will not be enforced for this storage class
# capacity enforcement mode (either SOFT or HARD)
# - HARD: pod will not be able to write above quota
# - HARD or unspecified: pod will not be able to write above quota
# - SOFT: warning will be issued on Weka cluster, but writing will not be blocked
capacityEnforcement: HARD
# name of the secret that stores API credentials for a cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ parameters:
# permissions in Unix octal format, default "0750"
#permissions: "0775"

# if the values below are not set, quota will not be enforced for this storage class
# capacity enforcement mode (either SOFT or HARD)
# - HARD: pod will not be able to write above quota
# - HARD or unspecified: pod will not be able to write above quota
# - SOFT: warning will be issued on Weka cluster, but writing will not be blocked
capacityEnforcement: HARD
# name of the secret that stores API credentials for a cluster
Expand Down