you probably want to be using something more narrow-scoped for not running into shared config with same named PVC accross two namespaces.
DVM uses md5hash(rcloneConfigPrefix + r.PVC().Name + r.PVC().Namespace), we got bugs in DVM where PVC name was the same across two namespaces and the config was shared and failed DVM
Originally posted by @alaypatel07 in #2 (comment)
you probably want to be using something more narrow-scoped for not running into shared config with same named PVC accross two namespaces.
DVM uses
md5hash(rcloneConfigPrefix + r.PVC().Name + r.PVC().Namespace), we got bugs in DVM where PVC name was the same across two namespaces and the config was shared and failed DVMOriginally posted by @alaypatel07 in #2 (comment)