Skip to content

Commit 4d221a9

Browse files
authored
Merge branch 'dev' into container-registry.zalando.net/teapot/skipper-internal
2 parents b412787 + e2feb70 commit 4d221a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 }}

cluster/manifests/skipper/hostname-credentials-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2-
# {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-24" }}
2+
# {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-27" }}
33
# {{ $version := index (split $image ":") 1 }}
44
apiVersion: v1
55
kind: ServiceAccount

0 commit comments

Comments
 (0)