From 41ff20ec5e71b7323ba12c37389399c88fae3e8d Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 26 Jan 2022 15:34:30 +0200 Subject: [PATCH] Don't enable pulsar manager by default (#213) - because of security reasons - it increases the attack surface - it's an unnecessary feature for most users - wasted resource consumption --- charts/pulsar/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 3447a9a..328178c 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -125,7 +125,7 @@ components: # toolset toolset: true # pulsar manager - pulsar_manager: true + pulsar_manager: false ## Monitoring Components ##