fix(argocd-image-updater): Properly quoting the config map values (and other fixes) (#2512)
fix(argocd-image-updater): Properly quoting the config map values fix(argocd-image-updater): Only adding a data field to argocd-image-updater-ssh-config when there's data to be added fix(argocd-image-updater): Only include config.argocd if config.applicationsAPIKind is set to 'argocd' chore(argocd-image-updater): removing unneeded whitespace in Role and RoleBinding Signed-off-by: Abdullah Alaqeel <a.alaqeel@sary.com>
This commit is contained in:
parent
85de0a16e7
commit
e248b6b316
5 changed files with 27 additions and 20 deletions
|
|
@ -101,6 +101,7 @@ config:
|
|||
applicationsAPIKind: ""
|
||||
|
||||
# Described in detail here https://argocd-image-updater.readthedocs.io/en/stable/install/running/#flags
|
||||
# Note: this is only relevant if config.applicationsAPIKind == 'argocd'
|
||||
argocd:
|
||||
# -- Use the gRPC-web protocol to connect to the Argo CD API
|
||||
grpcWeb: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue