From 6ecc0238988c44d3214ec9afa3c8a806e07cabf1 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 24 Aug 2021 02:08:40 +0700 Subject: [PATCH] Update ArgoCD Helm install release name --- bootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/Makefile b/bootstrap/Makefile index c84979b6..104c5654 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -8,7 +8,7 @@ default: argocd root-app .PHONY: argocd argocd: helm dependencies update ./argocd - helm template ./argocd | kubectl apply -f - + helm template argocd ./argocd | kubectl apply -f - # TODO wait for argocd .PHONY: root-app