From a3569be53f20d6bbece1811ec6c2ae509709a298 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Wed, 20 Apr 2022 19:10:40 +0200 Subject: [PATCH] SMARCH-126: bootstrap argocd with argocd --- config/default/kustomization.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 6f9870c..25ddcb9 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,5 +1,5 @@ # Adds namespace to all resources. -namespace: observability +namespace: jaeger-operator # Value of this field is prepended to the # names of all resources, e.g. a deployment named @@ -21,8 +21,7 @@ bases: - ../manager - ../webhook - ../certmanager -# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. -#- ../prometheus +- ../prometheus patchesStrategicMerge: # Protect the /metrics endpoint by putting it behind auth.