Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
helm fetch  polardbx/polardbx-operator


Code Block
导出values.yaml文件,修改参数

helm show values vector-operator/vector-operator > values.yaml


生成完整的yaml文件

helm install vector-operator vector-operator/vector-operator -f values.yaml -n NAMESPACE --debug --dry-run