Update NebulaGraph Operator¶
This topic introduces how to update the configuration of NebulaGraph Operator.
Steps¶
-
Update the information of available charts locally from chart repositories.
helm repo update -
View the default values of NebulaGraph Operator.
helm show values nebula-operator/nebula-operator -
Update NebulaGraph Operator by passing configuration parameters via
--set.--set:Overrides values using the command line. For more configurable items, see Customize installation defaults.
For example, to enable the AdmissionWebhook, run the following command:
helm upgrade nebula-operator nebula-operator/nebula-operator --namespace=nebula-operator-system --version=1.8.0 --set admissionWebhook.create=trueFor more information, see Helm upgrade.
-
Check whether the configuration of NebulaGraph Operator is updated successfully.
helm get values nebula-operator -n nebula-operator-systemExample output:
USER-SUPPLIED VALUES: admissionWebhook: create: true
Last update:
January 30, 2024