janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart
https://redhat-developer.github.io/rhdh-chart/
Apache License 2.0
62 stars 53 forks source link

Use a PVC-based generic ephemeral volume to store dynamic plugins by default, instead of an emptyDir. #146

Closed Zaperex closed 11 months ago

Zaperex commented 12 months ago

Use a PVC-based generic ephemeral volume to store dynamic plugins by default, instead of an emptyDir.

This requires adding general ephemeral volumes in the Upstream backstage helm chart, which requires updating the reference to the kubernetes schema to an up-to-date schema.

davidfestal commented 11 months ago

Upstream PR https://github.com/backstage/charts/pull/150 would be the first part of this. When it is available to the Janus helm chart, we'll be able to change the default value in the Janus chart default values.