I am running Rclone in rcd mode, with below command in k8 pod - rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr :5572 --rc-user testuser --rc-pass testpassword --rc-job-expire-duration 60m
When I run ps command in pod it shows this command and so password also.
Is there anyway to pass the password in encrypted way or from environment variable?