Provide ability to customize chart values via scheduler-k3s:set
#7379
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dokku ships with default charts and customizes their helm values. In certain cases, it may be useful to further customize those values to better support specific installations. With this change, it is now possible to set custom values by providing the key in the format
chart.$CHART_NAME.$PROPERTY
. For instance, to increase timeouts for the keda http addon:To reset a value to its default, simply set the value to an empty string.
Once the values are set, users will need to then run
scheduler-k3s:ensure-charts
with either the--force
flag or specify the--chart
flag with a list of charts to force apply.Note that the existing dokku-provided values cannot be removed, but can be overridden.