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: