feat(argo-cd): Add an extra feature toggle to the argocd configmap that allows sync impersonation (#3138)
This commit is contained in:
parent
eed462224d
commit
c2f3d9967d
3 changed files with 8 additions and 3 deletions
|
|
@ -175,6 +175,10 @@ configs:
|
|||
# -- The name of tracking label used by Argo CD for resource pruning
|
||||
application.instanceLabelKey: argocd.argoproj.io/instance
|
||||
|
||||
# -- Enable control of the service account used for the sync operation (alpha)
|
||||
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/app-sync-using-impersonation/
|
||||
application.sync.impersonation.enabled: false
|
||||
|
||||
# -- Enable logs RBAC enforcement
|
||||
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.3-2.4/#enable-logs-rbac-enforcement
|
||||
server.rbac.log.enforce.enable: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue