Skip to content

Commit a4504c3

Browse files
authored
Change explanation for bucket "override" quota
1 parent c728263 commit a4504c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ spec:
120120
# This is split over two different parameters, although there is only one actual quota
121121
# - "default" is required, and is used as the baseline
122122
# - "override" is optional, and as the name implies, takes precedence over "default"
123-
# Though clumsy, this pattern (for lack of a better word) allows to easily track the growth
124-
# of any given bucket. If this is not useful to you, you can safely skip using "override".
123+
# Though clumsy, this pattern (for lack of a better word) allows to easily change the
124+
# default quota for every buckets without impacting the ones that might have received
125+
# a manual change. If this is not useful to you, you can safely skip using "override".
125126
quota:
126127
default: 10000000
127128
# override: 20000000
@@ -246,4 +247,4 @@ make manifests
246247

247248
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
248249

249-
</details>
250+
</details>

0 commit comments

Comments
 (0)