From d4c1d24d482ecf53f2c11cf647edbe9295429241 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 24 Aug 2021 02:16:09 +0700 Subject: [PATCH] Revert "Update ArgoCD Helm install release name" This reverts commit 6ecc0238988c44d3214ec9afa3c8a806e07cabf1. --- bootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 104c5654..c84979b6 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 ./argocd | kubectl apply -f - + helm template ./argocd | kubectl apply -f - # TODO wait for argocd .PHONY: root-app