From d87c60ac45ea2c4cebac88a392be5aa9cba43a2b Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Mon, 26 Aug 2024 15:26:28 +0900 Subject: [PATCH] Revert "Prometheus/smon now to be configured by user." This reverts commit 2200ab14afca9af63c0d5dc4305bbe47367a0e49. Signed-off-by: Scott Trent --- bundle/metadata/dependencies.yaml | 5 +++++ config/default/kustomization.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bundle/metadata/dependencies.yaml diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml new file mode 100644 index 0000000..1b93359 --- /dev/null +++ b/bundle/metadata/dependencies.yaml @@ -0,0 +1,5 @@ +dependencies: + - type: olm.package + value: + packageName: prometheus + version: "<0.66.0" diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 76fcde3..5b14036 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -24,7 +24,7 @@ resources: # [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.