You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install Helm chart, it fails to run the app because of PersistentVolume not specifying local directory. Disabling persistence still generates PVC (sic!)
We need to improve the chart to have a logic:
when no values specified upon chart install, it should use an EmptyDir and just start
when "hostPath" specified without storageClass, it would run fine just like today
when specific storageClass is specified, it is respected
it should allow changing the storageClass via chart reconfiguration
For the context, #206 were not fully good change, I experience different PVC-related failures after it.
Also komodorio/helm-charts#146 is the context of realistic example.
The text was updated successfully, but these errors were encountered:
When I install Helm chart, it fails to run the app because of PersistentVolume not specifying local directory. Disabling persistence still generates PVC (sic!)
We need to improve the chart to have a logic:
For the context, #206 were not fully good change, I experience different PVC-related failures after it.
Also komodorio/helm-charts#146 is the context of realistic example.
The text was updated successfully, but these errors were encountered: