Skip to content

Commit

Permalink
Change explanation for bucket "override" quota
Browse files Browse the repository at this point in the history
  • Loading branch information
phlg authored Jun 22, 2023
1 parent c728263 commit a4504c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ spec:
# This is split over two different parameters, although there is only one actual quota
# - "default" is required, and is used as the baseline
# - "override" is optional, and as the name implies, takes precedence over "default"
# Though clumsy, this pattern (for lack of a better word) allows to easily track the growth
# of any given bucket. If this is not useful to you, you can safely skip using "override".
# Though clumsy, this pattern (for lack of a better word) allows to easily change the
# default quota for every buckets without impacting the ones that might have received
# a manual change. If this is not useful to you, you can safely skip using "override".
quota:
default: 10000000
# override: 20000000
Expand Down Expand Up @@ -246,4 +247,4 @@ make manifests

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

</details>
</details>

0 comments on commit a4504c3

Please sign in to comment.