diff --git a/helm/argocd/kustomization.yaml b/helm/argocd/kustomization.yaml index a2a245c..948dbf5 100644 --- a/helm/argocd/kustomization.yaml +++ b/helm/argocd/kustomization.yaml @@ -15,3 +15,5 @@ resources: - templates/namespace.yaml - templates/destinationrule.yaml +patches: + - path: patches/argocd-cmd-params-cm.yaml \ No newline at end of file diff --git a/helm/argocd/patches/argocd-cmd-params-cm.yaml b/helm/argocd/patches/argocd-cmd-params-cm.yaml new file mode 100644 index 0000000..235e5af --- /dev/null +++ b/helm/argocd/patches/argocd-cmd-params-cm.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cmd-params-cm + namespace: argocd +data: + server.insecure: "true"