We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b412787 + e2feb70 commit 4d221a9Copy full SHA for 4d221a9
cluster/manifests/ingress-controller/deployment.yaml
@@ -75,9 +75,9 @@ spec:
75
requests:
76
cpu: 50m
77
memory: 4Gi
78
-{{- if eq .Cluster.Provider "zalando-eks"}}
+ # {{ if eq .Cluster.Provider "zalando-eks" }}
79
tolerations:
80
- key: dedicated
81
value: cluster-seed
82
effect: NoSchedule
83
-{{- end}}
+ # {{ end }}
cluster/manifests/skipper/hostname-credentials-controller.yaml
@@ -1,5 +1,5 @@
1
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2
-# {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-24" }}
+# {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-27" }}
3
# {{ $version := index (split $image ":") 1 }}
4
apiVersion: v1
5
kind: ServiceAccount
0 commit comments