Install dynamic plugins in an ephemeral generic volume by default, instead of an emptyDir which offers no serious storage configuration options.
Existing or Associated Issue(s)
146
Additional Information
Checklist
[ ] Chart version bumped in Chart.yaml according to semver.
[ ] Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
[ ] JSON Schema generated.
[ ] List tests pass for Chart using the Chart Testing tool and the ct lint command.
Description of the change
Install dynamic plugins in an ephemeral generic volume by default, instead of an
emptyDir
which offers no serious storage configuration options.Existing or Associated Issue(s)
146
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.