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
8 changes: 6 additions & 2 deletions docs/toolhive/guides-k8s/deploy-operator-helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,12 @@ helm uninstall toolhive-operator-crds
:::note

If you installed the CRDs with Helm and have `crds.keep` still set to `true`,
first set this to `false` so that when you uninstall the CRDs chart, it
completely removes all CRDs too.
first upgrade the chart with `--set crds.keep=false` so that when you uninstall
the CRDs chart, it completely removes all CRDs too:

```bash
helm upgrade toolhive-operator-crds oci://ghcr.io/stacklok/toolhive/toolhive-operator-crds --set crds.keep=false
```

:::

Expand Down
43 changes: 2 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.