Skip to content

Commit 2d5e283

Browse files
committed
chore(workflow): add remove helm to uninstall.sh
1 parent 30b6393 commit 2d5e283

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

_scripts/uninstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ shopt -s expand_aliases
44

55
/usr/local/bin/k3s-killall.sh
66
/usr/local/bin/k3s-uninstall.sh
7+
8+
rm -rf /usr/local/bin/helm ~/.config/helm

src/quickstart/install-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When using this method to install drycc, the following environment variables can
121121
ENVIRONMENT VARIABLE | DESCRIPTION
122122
--------------------------------|------------------------------------------------------------------------------------------------
123123
PLATFORM_DOMAIN | Required item, specify drycc's domain name
124-
CHANNEL | By default, drycc of the `stable` channel will be installed. You can also specify `testing`
124+
CHANNEL | By default, `stable` channel will be installed. You can also specify `testing`
125125
INSTALL_K3S_MIRROR | Specify the accelerated mirror location. Currently, only `cn` is supported
126126
MINIO_PERSISTENCE_SIZE | The size of the persistence space allocated to `minio`, which is `5Gi` by default
127127
MONITOR_PERSISTENCE_SIZE | The size of the persistence space allocated to `monitor`, which is `5Gi` by default

0 commit comments

Comments
 (0)