diff --git a/argo/cm.yaml b/argo/cm.yaml index 0d4199d..2f7ca73 100644 --- a/argo/cm.yaml +++ b/argo/cm.yaml @@ -8,7 +8,6 @@ metadata: app.kubernetes.io/name: argocd-cm app.kubernetes.io/part-of: argocd data: - server.insecure: "true" resource.customizations: | networking.k8s.io/Ingress: health.lua: | @@ -21,4 +20,15 @@ data: kinds: - CiliumIdentity clusters: - - "*" \ No newline at end of file + - "*" +--- +kind: ConfigMap +apiVersion: v1 +metadata: + name: argocd-cmd-params-cm + namespace: argocd + labels: + app.kubernetes.io/name: argocd-cm + app.kubernetes.io/part-of: argocd +data: + server.insecure: "true"