From c6fb5c6edc95c36d7dc9aed9844a0270b6a1e4ef Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 28 Oct 2021 20:24:06 +0200 Subject: [PATCH] argocd --- k8s/argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/argocd/kustomization.yaml b/k8s/argocd/kustomization.yaml index a5008a8..4150f56 100644 --- a/k8s/argocd/kustomization.yaml +++ b/k8s/argocd/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/argoproj/argo-cd/manifests/install?ref=stable + - https://github.com/argoproj/argo-cd/manifests/namespace-install?ref=stable - ingress.yaml