Skip to content

Commit

Permalink
fix: install local alb chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Dec 12, 2022
1 parent a9e4fa9 commit 62551b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ set -x
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && cd ..

helm repo add argo https://argoproj.github.io/argo-helm
helm repo add aws https://aws.github.io/eks-charts

helm install argocd -n argocd -f ./charts/argocd/argocd-dev-values.yaml argo/argo-cd --create-namespace --wait
helm install external-dns -n kube-system -f ./charts/public/external-dns/dev-values.yaml ./charts/public/external-dns --create-namespace
helm install alb -n kube-system -f ./charts/public/aws-load-balancer-controller/dev-values.yaml aws/aws-load-balancer-controller --create-namespace
helm install alb -n kube-system -f ./charts/public/aws-load-balancer-controller/dev-values.yaml ./charts/public/aws-load-balancer-controller --create-namespace
helm install gpu -n gpu -f ./charts/extension/gpu/dev-values.yaml ./charts/extension/gpu --create-namespace

kubectl apply -f ./project/project-dev.yaml --wait
Expand Down

0 comments on commit 62551b8

Please sign in to comment.