samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
108 stars 24 forks source link

resources: Do not update Spec.Storage.Pvc.Path #198

Closed spuiuk closed 2 years ago

spuiuk commented 2 years ago

At the moment we only support setting the PVC path at creation time. We do not support updating the path retrospectively. Remove the code which updates the path since this could lead to a bug.

Signed-off-by: Sachin Prabhu sprabhu@redhat.com