-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
You cannot seem to set cluster.general.additionalConfig
items that exist via installed plugins.
How can one reproduce the bug?
- Add the following helm values override:
cluster:
general:
additionalConfig:
s3.client.default.region: us-gov-west-1
pluginsList:
- repository-s3
- Perform a helm install
- Look at the logs of the
bootstrap-0
Pod and you will seeSettingsException[unknown setting [s3.client.default.region] please check that any required plugins are installed, or check the breaking changes documentation for removed settings]
What is the expected behavior?
I expected the bootstrap Pod to install the plugin before checking the config, then become ready and eventually go away when replacement manager Pods came up.
What is your host/environment?
K8s cluster
Do you have any screenshots?
Log on number 3 above should be sufficient.
Do you have any additional context?
Nope
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🆕 New