Skip to content

Commit 9617535

Browse files
committed
Allow execution on master on KIND
Signed-off-by: Alvaro Saurin <[email protected]>
1 parent 9207b83 commit 9617535

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/third-party/kind/ambassadorinstallation.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ spec:
88
helmRepo: https://github.com/datawire/ambassador-chart/archive/master.zip
99
helmValues:
1010
deploymentTool: amb-oper-kind
11+
tolerations:
12+
- key: "node-role.kubernetes.io/master"
13+
operator: Equal
14+
effect: NoSchedule
1115
replicaCount: 1
1216
nodeSelector:
1317
ingress-ready: "true"

0 commit comments

Comments
 (0)