Skip to content

Commit

Permalink
Remove ResourceQuota from sharding overlay example
Browse files Browse the repository at this point in the history
The ResourceQuota resource should not be duplicated by the sharding kustomize overlay.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
(cherry picked from commit f1c47f7)
  • Loading branch information
relu authored and github-actions[bot] committed Mar 7, 2024
1 parent 4b39d74 commit 4f7db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/installation/configuration/sharding.md
Expand Up @@ -54,7 +54,7 @@ commonAnnotations:
sharding.fluxcd.io/role: "shard"
patches:
- target:
kind: (Namespace|CustomResourceDefinition|ClusterRole|ClusterRoleBinding|ServiceAccount|NetworkPolicy)
kind: (Namespace|CustomResourceDefinition|ClusterRole|ClusterRoleBinding|ServiceAccount|NetworkPolicy|ResourceQuota)
labelSelector: "app.kubernetes.io/part-of=flux"
patch: |
apiVersion: v1
Expand Down

0 comments on commit 4f7db7b

Please sign in to comment.