Command line parameters
This operator accepts the following command line parameters:
product-config
Default value: /etc/stackable/trino-operator/config-spec/properties.yaml
Required: false
Multiple values: false
cargo run -- run --product-config /foo/bar/properties.yaml
watch-namespace
Default value: All namespaces
Required: false
Multiple values: false
The operator only watches for resources in the provided namespace test:
cargo run -- run --watch-namespace test
Was this page helpful?