Back to Materialize

Materialize Operator Configuration

doc/user/content/self-managed-deployments/operator-configuration.md

1231003 B
Original Source

Configure the Materialize operator

To configure the Materialize operator, you can:

  • Use a configuration YAML file (e.g., values.yaml) that specifies the configuration values and then install the chart with the -f flag:

    shell
    # Assumes you have added the Materialize operator Helm chart repository
    helm install my-materialize-operator materialize/materialize-operator \
       -f /path/to/your/config/values.yaml
    
  • Specify each parameter using the --set key=value[,key=value] argument to helm install. For example:

    shell
    # Assumes you have added the Materialize operator Helm chart repository
    helm install my-materialize-operator materialize/materialize-operator  \
      --set observability.podMetrics.enabled=true
    

{{% self-managed/materialize-operator-chart-parameters-table %}}

Parameters

{{% self-managed/materialize-operator-chart-parameters %}}

See also