File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ fabric_gateway_controller_enabled: "true"
337
337
fabric_gateway_controller_cpu : " 50m"
338
338
fabric_gateway_controller_memory : " 150Mi"
339
339
fabric_gateway_controller_allow_all_filters : " false"
340
+ fabric_gateway_controller_snapshots_history_limit : " 0"
340
341
fabric_gateway_controller_enable_versioning : " false"
341
342
fabric_gateway_controller_ssl_policy : " "
342
343
fabric_gateway_controller_log_level : " INFO"
Original file line number Diff line number Diff line change 1
- # {{ $version := "master-265 " }}
1
+ # {{ $version := "master-274 " }}
2
2
apiVersion : apps/v1
3
3
kind : Deployment
4
4
metadata :
47
47
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_allow_all_filters "true" }}
48
48
- -allow-all-filters=true
49
49
{{ end }}
50
+ {{ if ne .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit "0" }}
51
+ - -snapshots-history-limit={{ .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit }}
52
+ {{ end }}
50
53
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
51
54
- -enable-versioning=true
52
55
{{ end }}
You can’t perform that action at this time.
0 commit comments