This commit is contained in:
17
chart/README.md
Normal file
17
chart/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Helm部署
|
||||
|
||||
开始部署
|
||||
|
||||
```bash
|
||||
helm install blog ./chart \
|
||||
--namespace blog --create-namespace
|
||||
```
|
||||
|
||||
卸载
|
||||
|
||||
```bash
|
||||
helm uninstall blog -n blog
|
||||
```
|
||||
|
Reference in New Issue
Block a user