Skip to content

Commit 9ce5b09

Browse files
Merge dev to dev-to-alpha
2 parents 4394021 + e2feb70 commit 9ce5b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/manifests/ingress-controller/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ spec:
7575
requests:
7676
cpu: 50m
7777
memory: 4Gi
78-
{{- if eq .Cluster.Provider "zalando-eks"}}
78+
# {{ if eq .Cluster.Provider "zalando-eks" }}
7979
tolerations:
8080
- key: dedicated
8181
value: cluster-seed
8282
effect: NoSchedule
83-
{{- end}}
83+
# {{ end }}

0 commit comments

Comments
 (0)