From 66cbe91ca29bbd91f0f6569325c1ad2a4ea35789 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Sat, 30 Oct 2021 19:18:12 +0200 Subject: [PATCH] reenable argocd --- k8s/argocd/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/argocd/base/kustomization.yaml b/k8s/argocd/base/kustomization.yaml index 483e9b3..4150f56 100644 --- a/k8s/argocd/base/kustomization.yaml +++ b/k8s/argocd/base/kustomization.yaml @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -# - https://github.com/argoproj/argo-cd/manifests/namespace-install?ref=stable + - https://github.com/argoproj/argo-cd/manifests/namespace-install?ref=stable - ingress.yaml