Skip to content

Commit

Permalink
docs: use temp directory for installation initContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 committed Aug 30, 2022
1 parent 74c2342 commit 3baf743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ spec:
command: [sh, -c]
args:
- >-
cd $(mktemp -d) &&
curl -L https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v$(AVP_VERSION)/argocd-vault-plugin_$(AVP_VERSION)_linux_amd64 -o argocd-vault-plugin &&
chmod +x argocd-vault-plugin &&
mv argocd-vault-plugin /custom-tools/
Expand Down

0 comments on commit 3baf743

Please sign in to comment.