Versions Compared

Key

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

参考文档:https://github.com/kaasops/vector-operator/blob/main/docs/quick-start.md

添加helm仓库

Code Block
helm repo add vector-operator https://kaasops.github.io/vector-operator/helm
helm repo update

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

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

...