Files
Hexo-Async-Offends/chart/README.md
offends f1ecb4ed07
All checks were successful
continuous-integration/drone Build is passing
synchronization
2025-08-25 13:02:18 +08:00

181 B

本文作者:丁辉

Helm部署

开始部署

helm install blog ./chart \
  --namespace blog --create-namespace

卸载

helm uninstall blog -n blog