mirror of https://github.com/nold360/heqet.git
parent
22b316b6e3
commit
753512a121
@ -1,9 +1,13 @@
|
||||
#!/bin/bash
|
||||
echo "Installing ArgoCD..."
|
||||
kubectl apply -n argocd -f manifests/argocd.yaml
|
||||
helm repo add argo https://argoproj.github.io/argo-helm
|
||||
|
||||
kubectl create ns argocd
|
||||
helm install argo argo/argo-cd --namespace argocd
|
||||
#kubectl apply -n argocd -f manifests/argocd.yaml
|
||||
|
||||
echo
|
||||
echo "Bootstrapping Heket Apps..."
|
||||
echo "Bootstrapping Heqet Apps..."
|
||||
kubectl apply -n argocd -f manifests/heqet-apps.yaml
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in new issue