Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Open
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,25 @@ For an overview of the default TLS configuration or how to specify custom TLS as

### Uninstalling Vault operator

1. Delete the Vault custom resource:
1. Delete the Vault Service:

```
kubectl -n default delete -f example/example_vault.yaml
```

2. Delete the operators and other resources:
2. Delete the operators and rbac:

```
kubectl -n default delete deploy vault-operator etcd-operator
kubectl -n default delete -f example/rbac.yaml
```

2. Delete the CRDs:

```
kubectl -n default delete -f example/vault_crd.yaml
kubectl -n default delete -f example/etcd_crds.yaml
```

[vault]: https://www.vaultproject.io/
[etcd-operator]: https://github.com/coreos/etcd-operator/