From 44399b2b628524f63741209dca534b6f944e5939 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 23:15:42 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/cmd-params-cm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 helm/argocd/templates/cmd-params-cm.yaml diff --git a/helm/argocd/templates/cmd-params-cm.yaml b/helm/argocd/templates/cmd-params-cm.yaml new file mode 100644 index 0000000..eed6e8c --- /dev/null +++ b/helm/argocd/templates/cmd-params-cm.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cmd-params-cm + namespace: argocd + labels: + app.kubernetes.io/name: argocd-cmd-params-cm + app.kubernetes.io/part-of: argocd +data: + server.insecure: true \ No newline at end of file