fix(bootstrap): add missing apply command

This commit is contained in:
Khue Doan 2021-12-27 18:32:17 +07:00
parent 36cbbe98eb
commit 61a8c791e6

View File

@ -8,6 +8,7 @@ helm template \
--namespace argocd \
${extra_args} \
argocd . \
| kubectl apply -n argocd -f -
# TODO https://github.com/argoproj/argo-helm/pull/1070
# kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \