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
This commit is contained in:
Lari Hotari 2022-01-26 15:34:30 +02:00 committed by GitHub
parent fdf9dd7757
commit 41ff20ec5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ components:
# toolset
toolset: true
# pulsar manager
pulsar_manager: true
pulsar_manager: false
## Monitoring Components
##