Update README.md put cleanup seperately (#223)
* Update README.md put cleanup seperately Signed-off-by: cccsss01 <[email protected]> * Update README.md Signed-off-by: cccsss01 <[email protected]> * Update charts/spire/README.md Co-authored-by: kfox1111 <[email protected]> Signed-off-by: cccsss01 <[email protected]> --------- Signed-off-by: cccsss01 <[email protected]> Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
@@ -64,6 +64,14 @@ helm upgrade --install -n spire-mgmt spire-crds spire-crds --repo https://spiffe
|
||||
helm upgrade --install -n spire-mgmt spire spire --repo https://spiffe.github.io/helm-charts-hardened/ -f your-values.yaml
|
||||
```
|
||||
|
||||
## Clean up
|
||||
|
||||
```shell
|
||||
helm -n spire-mgmt uninstall spire-crds
|
||||
helm -n spire-mgmt uninstall spire
|
||||
kubectl delete crds clusterfederatedtrustdomains.spire.spiffe.io clusterspiffeids.spire.spiffe.io clusterstaticentries.spire.spiffe.io
|
||||
```
|
||||
|
||||
## Upgrade notes
|
||||
|
||||
We only support upgrading one major version at a time. Version skipping isn't supported.
|
||||
|
||||
Reference in New Issue
Block a user