Skip to content

Commit

Permalink
#1138 update integration test script with helm 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: glindsell <gl@seldon.io>
  • Loading branch information
glindsell committed Dec 2, 2019
1 parent 8fd5f69 commit 48a6ab3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions testing/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ kind_build_operator:

kind_build_images: kind_build_engine kind_build_operator

install_helm:
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
kubectl rollout status deploy/tiller-deploy -n kube-system

install_ambassador:
helm install stable/ambassador -f ambassador_values.yaml --name ambassador --set crds.keep=false --namespace seldon --set replicaCount=1
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo update
helm install ambassador stable/ambassador -f ambassador_values.yaml --set crds.keep=false --namespace seldon --set replicaCount=1
kubectl rollout status deployment.apps/ambassador --namespace seldon

install_cert_manager:
Expand Down

0 comments on commit 48a6ab3

Please sign in to comment.