1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Update getting-started.md (#3476)

Signed-off-by: Bob Du <i@bobdu.cc>
This commit is contained in:
Bob Du 2024-05-11 22:03:08 +08:00 committed by GitHub
parent 30f2f902cd
commit 4b8b8788bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ The default install options will automatically install and manage the CRDs as pa
You can install those CRDs outside of `helm` using:
```bash
kubectl apply -k "https://github.com/external-secrets/external-secrets//config/crds/bases?ref=<replace_with_your_version>"
kubectl apply -k "https://raw.githubusercontent.com/external-secrets/external-secrets/<replace_with_your_version>/deploy/crds/bundle.yaml"
```
Uncomment the relevant line in the next steps to disable the automatic install of CRDs.