values.yaml
YAML file.
watchNamespace
: describe the namespace where the Controllers watch updates to Pulsar components.<component>
: represent the component to configure, such as the Pulsar broker, Pulsar Proxy, and so on.serviceAccount
: provide an identity for processes that run in a Pod.clusterRole
: describe whether to grant cluster-scoped permissions to the service account. By default, it is set to true
.watchNamespace
option and set the clusterRole
option to true
.This example shows how to deploy Pulsar Operators with cluster-scoped permissions.pulsar-operator
chart provides default values for options that are used to install the Pulsar Operators with cluster-scoped permissions. You can customize the file according to your configuration.openshift.scc.create
option to true
in your values.yaml
YAML file and then update the resources.scc.enabled
: enable SCC for StreamNative Platform.scc.create
: create a SCC automatically.monitoring.<component>
option.
app-sn
for your Pulsar cluster.