From 5dfadb39471d7c516c64c62c345413e830246f51 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Wed, 20 Apr 2022 19:56:23 +0200 Subject: [PATCH] SMARCH-126: bootstrap argocd with argocd --- config/default/kustomization.yaml | 2 +- config/manager/kustomization.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index faf325a..d25aec5 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,5 +1,5 @@ # Adds namespace to all resources. -namespace: observability +namespace: operator-jaeger # Value of this field is prepended to the # names of all resources, e.g. a deployment named diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e18af66..41c25aa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,4 +1,3 @@ -namespace: operator-jaeger resources: - manager.yaml apiVersion: kustomize.config.k8s.io/v1beta1