Skip to content

Commit d9b0742

Browse files
ingress-controller: comment template actions
Comment template actions to make file a valid YAML. Follow up on #9092 Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent bf56424 commit d9b0742

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)