From bcb7b681ec1a0602b692e1334eecf4268664b0b5 Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Fri, 3 Dec 2021 07:24:06 -0600 Subject: [PATCH] Disable metrics on generated manifest Signed-off-by: Ruben Vargas --- config/default/kustomization.yaml | 2 +- kuttl-test.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 34ee23d95..993e4035c 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -21,7 +21,7 @@ bases: # [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required. #- ../certmanager # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. -- ../prometheus +#- ../prometheus patchesStrategicMerge: # Protect the /metrics endpoint by putting it behind auth. diff --git a/kuttl-test.yaml b/kuttl-test.yaml index f715f31a6..12fbb8d35 100644 --- a/kuttl-test.yaml +++ b/kuttl-test.yaml @@ -4,7 +4,6 @@ crdDir: ./tests/_build/crds/ artifactsDir: ./tests/_build/artifacts/ commands: - script: kubectl create namespace jaeger-operator-system 2>&1 | grep -v "already exists" || true - - command: make deploy-prometheus-operator - command: kubectl apply -f ./tests/_build/manifests/01-jaeger-operator.yaml -n jaeger-operator-system - command: kubectl wait --timeout=5m --for=condition=available deployment jaeger-operator -n jaeger-operator-system - command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.1/deploy/static/provider/kind/deploy.yaml