File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
cluster/manifests/fabric-gateway Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-331 " }}
1
+ # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-333 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
48
48
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_allow_all_filters "true" }}
49
49
- -allow-all-filters=true
50
50
{{ 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 }}
54
51
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
55
52
- -enable-versioning=true
56
53
{{ end }}
You can’t perform that action at this time.
0 commit comments