Skip to content

Commit

Permalink
docs: add command to install CRDs using kustomize (external-secrets#3023
Browse files Browse the repository at this point in the history
)

Signed-off-by: Peter Stolz <50801264+PeterStolz@users.noreply.github.com>
Signed-off-by: Mike Serchenia <michael_serchenia@epam.com>
  • Loading branch information
PeterStolz authored and mike-serchenia committed Jan 30, 2024
1 parent 40a4aac commit 600553d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/introduction/getting-started.md
Expand Up @@ -9,7 +9,12 @@ and manages Kubernetes secret resources with ExternalSecret resources.
## Installing with Helm

The default install options will automatically install and manage the CRDs as part of your helm release. If you do not want the CRDs to be automatically upgraded and managed, you must set the `installCRDs` option to `false`. (e.g. `--set installCRDS=false`)
The default install options will automatically install and manage the CRDs as part of your helm release. If you do not want the CRDs to be automatically upgraded and managed, you must set the `installCRDs` option to `false`. (e.g. `--set installCRDs=false`)

You can install those CRDs outside of `helm` using:
```bash
kubectl apply -k "https://github.com/external-secrets/external-secrets//config/crds/bases?ref=v0.9.11"
```

Uncomment the relevant line in the next steps to disable the automatic install of CRDs.

Expand Down

0 comments on commit 600553d

Please sign in to comment.