-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
ToDo
When using storageclass conversion, it will not work out of the box because the workload golden source is the git repo where the manifests live. Since we update the pvc name to use a new name with the suffix of "-new", the manifests in the gitops repo do not get updated and it's actually likely that some systems will reconcile to override our changes for using the new pvc to use the old one. Need to think on how to address this, because we can't reach into the git repo to change it.
Maintaining the name is one option, but there are several challenges associated with that. One of which is actually updating the pvc ref on the volume, which is unclear whether or not that's actually a supported mutation.