Skip to content

Commit

Permalink
Merge branch 'main' into spire-agent-config-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kfox1111 authored Jan 30, 2024
2 parents 6a2fd7f + f4c92ed commit 790d380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/spire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 790d380

Please sign in to comment.