From a0f4990f23a26dce906bd26a42005527fc92bdf9 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 23:17:51 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/cmd-params-cm.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index eed6e8c..0000000 --- a/helm/argocd/templates/cmd-params-cm.yaml +++ /dev/null @@ -1,10 +0,0 @@ -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