Skip to content

Commit dd6958f

Browse files
remove snapshot flag as it's removed from this version
Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent 25a1891 commit dd6958f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)