khuedoan-homelab/bootstrap/root/apply.sh
Khue Doan cc9a58714f refactor(bootstrap): do not wait for ApplicationSets
Use the application wait script instead
2022-03-14 22:27:54 +07:00

12 lines
247 B
Bash
Executable File

#!/bin/sh
curl -fks --connect-timeout 5 https://git.khuedoan.com \
|| extra_args="--values values-seed.yaml"
helm template \
--include-crds \
--namespace argocd \
${extra_args} \
argocd . \
| kubectl apply -n argocd -f -