Skip to content

Commit cb31721

Browse files
Merge pull request #7921 from zalando-incubator/followUpEnableVersioningCmdline
Use `-enable-versioning=true` instead of `-enable-versioning`
2 parents 6df6edc + 350149b commit cb31721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- -allow-all-filters=true
4949
{{ end }}
5050
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
51-
- -enable-versioning
51+
- -enable-versioning=true
5252
{{ end }}
5353
resources:
5454
requests:

0 commit comments

Comments
 (0)