From 53146257ca0b8b2a0c489929f33d03b30a1368a4 Mon Sep 17 00:00:00 2001 From: Nick Heijmink <75807895+Nheijmink19@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:38:56 +0100 Subject: [PATCH] Add alpha label to comment of sa sync impersonation Co-authored-by: Aikawa Signed-off-by: Nick Heijmink <75807895+Nheijmink19@users.noreply.github.com> --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 055dfcec..fe57ac24 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -175,7 +175,7 @@ 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 + # -- 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"