polardbxoperatordocs/deployment/1-installation-default-imag...

8 lines
238 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

修改默认镜像仓库
========
修改默认镜像仓库为 `registry:5000`
```bash
helm install --namespace polardbx-operator-system --set imageRepo=registry:5000 polardbx-operator polardbx/polardbx-operator --create-namespace
```