How to add --use-restic to helm values file? #7888
Answered
by
blackpiglet
retrogaming457
asked this question in
Community support Q&A
-
I'm using velero from helm chart using below command and I wonder where can I add restic integration on velero-values.yaml file?
Please help. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
blackpiglet
Jun 21, 2024
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
retrogaming457
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--use-restic
flag is already deprecated.--use-node-agent
replaced it. The reason is that Velero now supports both Kopia and Restic as the uploader, and the Restic is going to be deprecated in future releases.I suppose
deployNodeAgent
already does similar work.If you want to use the Restic as the uploader, you can specify the
uploaderType
asRestic
.