Skip to content

Commit 75496ed

Browse files
authored
Merge pull request #9630 from zalando-incubator/container-registry.zalando.net/gwproxy/fabric-gateway
fabric-gateway: Update to version master-333
2 parents 70a415c + dd6958f commit 75496ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-331" }}
1+
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-333" }}
22
# {{ $version := index (split $image ":") 1 }}
33
apiVersion: apps/v1
44
kind: Deployment
@@ -48,9 +48,6 @@ spec:
4848
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_allow_all_filters "true" }}
4949
- -allow-all-filters=true
5050
{{ end }}
51-
{{ if ne .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit "0" }}
52-
- -snapshots-history-limit={{ .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit }}
53-
{{ end }}
5451
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
5552
- -enable-versioning=true
5653
{{ end }}

0 commit comments

Comments
 (0)