diff --git a/content/en/docs/howto/chart_releaser_action.md b/content/en/docs/howto/chart_releaser_action.md index a08bcaa38..2a1768fc1 100644 --- a/content/en/docs/howto/chart_releaser_action.md +++ b/content/en/docs/howto/chart_releaser_action.md @@ -46,7 +46,7 @@ To install the chart: To uninstall the chart: - helm delete my- + helm uninstall my- ``` The charts will be published to a website with URL like this: diff --git a/content/es/docs/howto/chart_releaser_action.md b/content/es/docs/howto/chart_releaser_action.md index ea0f1f0e8..9ccf48580 100644 --- a/content/es/docs/howto/chart_releaser_action.md +++ b/content/es/docs/howto/chart_releaser_action.md @@ -38,7 +38,7 @@ helm install my- / ``` Para desinstalar el chart: ``` -helm delete my- +helm uninstall my- ``` Los charts se publicarán en un sitio web con una URL como esta: diff --git a/content/uk/docs/howto/chart_releaser_action.md b/content/uk/docs/howto/chart_releaser_action.md index 006438af1..59e8ccb76 100644 --- a/content/uk/docs/howto/chart_releaser_action.md +++ b/content/uk/docs/howto/chart_releaser_action.md @@ -33,7 +33,7 @@ weight: 3 Щоб видалити чарт: - helm delete my- + helm uninstall my- ``` Чарти будуть опубліковані на вебсайті з URL-адресою типу: diff --git a/content/zh/docs/howto/chart_releaser_action.md b/content/zh/docs/howto/chart_releaser_action.md index 6eea5c464..29b0e893c 100644 --- a/content/zh/docs/howto/chart_releaser_action.md +++ b/content/zh/docs/howto/chart_releaser_action.md @@ -39,7 +39,7 @@ To install the chart: To uninstall the chart: - helm delete my- + helm uninstall my- ``` 发布后的chart的url类似这样: