From 68f7e16f897313dbe5433901aa83fd0e380f2a36 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Fri, 15 Nov 2019 20:47:56 +0700 Subject: [PATCH] fix(argocd): remove namespace from kustomization file --- apps/argocd/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/argocd/kustomization.yaml b/apps/argocd/kustomization.yaml index 0aa1618..4976e1f 100644 --- a/apps/argocd/kustomization.yaml +++ b/apps/argocd/kustomization.yaml @@ -5,7 +5,6 @@ commonLabels: app.kubernetes.io/version: v1.3.0-rc2 app.kubernetes.io/managed-by: argocd resources: -- namespace.yaml # from https://raw.githubusercontent.com/argoproj/argo-cd/v1.3.0-rc2/manifests/install.yaml - install.yaml - ingress.yaml