Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/setup/install/install-devtron.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/install/uninstall-devtron.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Expand Down