From 5ebf9d6ba8c55ca66813b087772e7a9dfe4f54f9 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Wed, 6 Dec 2023 14:22:20 +0100 Subject: [PATCH] Disable prometheus resources by default --- config/default/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 0e0ea0f..dc292be 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -40,6 +40,7 @@ kind: Kustomization resources: - ../rbac - ../manager -- ../prometheus +# We deploy lieutenant in its own vCluster and do not have a Prometheus operator there +# - ../prometheus patches: - path: manager_auth_proxy_patch.yaml