Revert "Update ArgoCD Helm install release name"

This reverts commit 6ecc023898.
This commit is contained in:
Khue Doan 2021-08-24 02:16:09 +07:00
parent 6ecc023898
commit d4c1d24d48

View File

@ -8,7 +8,7 @@ default: argocd root-app
.PHONY: argocd
argocd:
helm dependencies update ./argocd
helm template argocd ./argocd | kubectl apply -f -
helm template ./argocd | kubectl apply -f -
# TODO wait for argocd
.PHONY: root-app