diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap new file mode 100755 index 0000000..aa0b3e5 --- /dev/null +++ b/scripts/bootstrap @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +helm install argocd ./tools/argocd |