Command line parameters
This operator accepts the following command line parameters:
product-config
Default value: /etc/stackable/opa-operator/config-spec/properties.yaml
Required: false
Multiple values: false
stackable-opa-operator run --product-config /foo/bar/properties.yaml
watch-namespace
Default value: All namespaces
Required: false
Multiple values: false
The operator will only watch for resources in the provided namespace test:
stackable-opa-operator run --watch-namespace test
opa-bundle-builder-clusterrole
Default value: None. A value is generated automatically by Helm.
Required: false. When not specified, the environment variable OPA_BUNDLE_BUILDER_CLUSTERROLE must be present.
Multiple values: false
The name of the ClusterRole object that is referenced by the OPA pods. This object must exist in the Kubernetes cluster and is created by Helm.
Was this page helpful?