Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalparadowski committed Jul 22, 2020
1 parent b1b8281 commit 58bbec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cilibs/install-and-run-spinnaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ do
done

# Install Ingress controller
kubectl apply -f "${EXEC_DIR}/templastes/ingress-mandatory.yaml"
kubectl apply -f "${EXEC_DIR}/templates/ingress-mandatory.yaml"
kubectl apply -f "${EXEC_DIR}/templates/ingress-service-nodeport.yaml"
kubectl patch deployments -n ingress-nginx nginx-ingress-controller -p '{"spec":{"template":{"spec":{"containers":[{"name":"nginx-ingress-controller","ports":[{"containerPort":80,"hostPort":80},{"containerPort":443,"hostPort":443}]}],"nodeSelector":{"ingress-ready":"true"},"tolerations":[{"key":"node-role.kubernetes.io/master","operator":"Equal","effect":"NoSchedule"}]}}}}'
kubectl -n spinnaker apply -f "${EXEC_DIR}/templates/spinnaker-ingress.yaml"
Expand Down

0 comments on commit 58bbec4

Please sign in to comment.