mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
Update ArgoCD Helm install release name
This commit is contained in:
parent
0f27c0b9e3
commit
6ecc023898
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user