Hi team,
I'm encountering an issue with the --rsync-tls-container-image flag when deploying VolSync using the quay.io/backube/volsync:0.13.0 image.
The flag --rsync-tls-container-image is not recognized by the /manager application. This results in the following error:
unknown flag: --rsync-tls-container-image
Steps to Reproduce
Run the /manager application with the flag --rsync-tls-container-image.
Observe the error message.
Expected Behavior
The application should recognize and process the --rsync-tls-container-image flag without errors.
Actual Behavior
The application throws an error indicating the flag is unknown.