Skip to content

Commit

Permalink
docs: fix invalid capacityEnforcement comment inside storageClass exa…
Browse files Browse the repository at this point in the history
…mples (#46)
  • Loading branch information
sergeyberezansky authored Apr 16, 2023
1 parent 915e2c5 commit bc8d4db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
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

0 comments on commit bc8d4db

Please sign in to comment.