From cb3c6f031a3d402f0b56c21379393557d6d405b5 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 09:19:08 +0200 Subject: [PATCH] autocommit --- helm/argocd/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index 8ec4a3b..f506c86 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -1732,10 +1732,12 @@ server: # sizeLimit: "1Gi" # -- Annotations to be added to server Deployment - deploymentAnnotations: {} + deploymentAnnotations: + sidecar.istio.io/inject: "true" # -- Labels for the server Deployment - deploymentLabels: {} + deploymentLabels: + sidecar.istio.io/inject: "true" # -- Annotations to be added to server pods podAnnotations: