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
Describe the bug
Server side apply does not properly render volumeClaimTemplates. When rendering the Helm chart with server side apply we can see that the volumeClaimTemplates object (with datastorage enabled) renders the following:
Describe the bug
Server side apply does not properly render volumeClaimTemplates. When rendering the Helm chart with server side apply we can see that the volumeClaimTemplates object (with datastorage enabled) renders the following:
While it should actually be the following
To Reproduce
Expected behavior
Make the volumeClaimTemplate more explicit/declarative and thus eliminate possible errors when applying
Environment
Chart values:
Additional context
Issue was introduced with the following change: kubernetes/kubernetes#87706
Good to know is that this issue is not new: argoproj/argo-cd#11143
Other downstream applications nicely fixed this: vernemq/docker-vernemq#347
The text was updated successfully, but these errors were encountered: