feat(argocd-image-updater): Add ability to set .Values.namespaceOverride (#2562)
Signed-off-by: Braden Wright <braden.wright@waltlabs.io>
This commit is contained in:
parent
09679ae4d3
commit
fba54d4597
13 changed files with 24 additions and 13 deletions
|
|
@ -17,6 +17,8 @@ imagePullSecrets: []
|
|||
nameOverride: ""
|
||||
# -- Global fullname (argocd-image-updater.fullname in _helpers.tpl) override
|
||||
fullnameOverride: ""
|
||||
# -- Global namespace (argocd-image-updater.namespace in _helpers.tpl) override
|
||||
namespaceOverride: ""
|
||||
|
||||
# -- Extra arguments for argocd-image-updater not defined in `config.argocd`.
|
||||
# If a flag contains both key and value, they need to be split to a new entry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue