From e626f9f488be97749ede2d630c69bea3197e1190 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 22:42:38 +0200 Subject: [PATCH] autocommit --- helm/argocd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index eb77716..977203c 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -165,7 +165,8 @@ global: # maxUnavailable: 25% # -- Environment variables to pass to all deployed Deployments - env: [] + env: + - ARGOCD_SERVER_INSECURE=true # -- Extra volumes to add to all deployed Deployments and StatefulSets extraVolumes: []