Update ArgoCD Helm install release name

This commit is contained in:
Khue Doan 2021-08-24 02:08:40 +07:00
parent 0f27c0b9e3
commit 6ecc023898

View File

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