feat: allow namespace overrides (#3797)

Signed-off-by: Jesús Fernández <[email protected]>
Co-authored-by: Nikola Jokic <[email protected]>
This commit is contained in:
J. Fernández
2025-03-18 21:41:04 +01:00
committed by GitHub
co-authored by Nikola Jokic
parent fb9b96bf75
commit 3c1a323381
56 changed files with 427 additions and 92 deletions
@@ -136,6 +136,9 @@ flags:
# excludeLabelPropagationPrefixes:
# - "argocd.argoproj.io/instance"
## Defines the K8s client rate limiter parameters.
# Overrides the default `.Release.Namespace` for all resources in this chart.
namespaceOverride: ""
## Defines the K8s client rate limiter parameters.
# k8sClientRateLimiterQPS: 20
# k8sClientRateLimiterBurst: 30