File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
247248More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
248249
249- </details>
250+ </details>
You can’t perform that action at this time.
0 commit comments