mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +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
|
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user