Hexo-Async-Offends/chart
offends 05264b2511
Some checks reported errors
continuous-integration/drone Build was killed
synchronization
2024-07-19 15:47:10 +08:00
..
templates synchronization 2024-07-19 15:47:10 +08:00
.helmignore synchronization 2024-07-19 15:47:10 +08:00
Chart.yaml synchronization 2024-07-19 15:47:10 +08:00
README.md synchronization 2024-07-19 15:47:10 +08:00
values.yaml synchronization 2024-07-19 15:47:10 +08:00

本文作者:丁辉

Helm部署

开始部署

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

卸载

helm uninstall blog -n blog