Created
February 27, 2021 06:54
-
-
Save viggin543/5586f9b08724525a21d06b5486596f79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -v ~/.kube:/home/argocd/.kube \ | |
| --rm argoproj/argocd:latest \ | |
| argocd-util -n argocd export > backup.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment