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