From f9603cdab9ef045cb74cf87b50000a3942b3d598 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 00:20:33 +0200 Subject: [PATCH] Change argocd url --- argocd/kustomization.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 38d795a..cd091da 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -1,6 +1,12 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: argocd + + # additional resources like ingress rules, cluster and repository secrets. resources: -- github.com/argoproj/argo-cd/manifests/cluster-install?ref=stable +- https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install?ref=stable # - cmp-plugin.yaml # changes to config maps