Skip to content

Commit ec8e612

Browse files
typo
1 parent 35cbdd5 commit ec8e612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cilibs/install-and-run-spinnaker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ do
6666
done
6767

6868
# Install Ingress controller
69-
kubectl apply -f "${EXEC_DIR}/templastes/ingress-mandatory.yaml"
69+
kubectl apply -f "${EXEC_DIR}/templates/ingress-mandatory.yaml"
7070
kubectl apply -f "${EXEC_DIR}/templates/ingress-service-nodeport.yaml"
7171
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"}]}}}}'
7272
kubectl -n spinnaker apply -f "${EXEC_DIR}/templates/spinnaker-ingress.yaml"

0 commit comments

Comments
 (0)