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_enable_versioning : " false"
340
341
fabric_gateway_controller_ssl_policy : " "
341
342
fabric_gateway_controller_log_level : " INFO"
342
343
Original file line number Diff line number Diff line change 1
- # {{ $version := "master-263 " }}
1
+ # {{ $version := "master-265 " }}
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 eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
51
+ - -enable-versioning
52
+ {{ end }}
50
53
resources :
51
54
requests :
52
55
cpu : {{ .Cluster.ConfigItems.fabric_gateway_controller_cpu }}
You can’t perform that action at this time.
0 commit comments