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