diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 23968d4e31..2bcc3ca216 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -95,6 +95,6 @@ * [Connect Django With Mysql Database](user-guide/use-cases/connect-django-with-mysql-database.md) * [Telemetry Overview](user-guide/telemetry.md) -## Depricated +## Deprecated * [Hyperion](hyperion/devtron.md) diff --git a/docs/setup/install/install-devtron.md b/docs/setup/install/install-devtron.md index 3c53e7f650..dee5e555fc 100644 --- a/docs/setup/install/install-devtron.md +++ b/docs/setup/install/install-devtron.md @@ -21,7 +21,7 @@ helm repo add devtron https://helm.devtron.ai Run the following command to install Helm Dashboard by Devtron: ```bash -helm install devtron devtron/devtron-operator\ +helm install devtron devtron/devtron-operator \ --create-namespace --namespace devtroncd ``` diff --git a/docs/setup/install/uninstall-devtron.md b/docs/setup/install/uninstall-devtron.md index 03a3b19cb9..83222b5ddd 100644 --- a/docs/setup/install/uninstall-devtron.md +++ b/docs/setup/install/uninstall-devtron.md @@ -11,7 +11,7 @@ kubectl delete -n devtroncd -f https://raw.githubusercontent.com/devtron-labs/ch kubectl delete -n argo -f https://raw.githubusercontent.com/devtron-labs/devtron/main/manifests/yamls/workflow.yaml -kubectl delete ns devtroncd devtron-cd devtron-ci devtron-demo +kubectl delete ns devtroncd devtron-cd devtron-ci devtron-demo argo ```