Hexo-Async-Offends/chart/README.md
offends 4cefd4b9d7
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-07-19 17:03:39 +08:00

18 lines
181 B
Markdown

> 本文作者:丁辉
# Helm部署
开始部署
```bash
helm install blog ./chart \
--namespace blog --create-namespace
```
卸载
```bash
helm uninstall blog -n blog
```