From 19572cdda7eea20acec469be3fba0b2521e86686 Mon Sep 17 00:00:00 2001 From: Jacob Wernette Date: Wed, 25 Nov 2020 14:08:09 -0500 Subject: [PATCH] feat: Add annotation to dex sa in values file Signed-off-by: Jacob Wernette Signed-off-by: Jacob Wernette --- charts/argo-cd/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 745b270b..f95535b2 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -213,6 +213,8 @@ dex: serviceAccount: create: true name: argocd-dex-server + ## Annotations applied to created service account + annotations: {} ## Additional volumeMounts to the controller main container. volumeMounts: