Răsfoiți Sursa

Update getting-started.md (#3476)

Signed-off-by: Bob Du <i@bobdu.cc>
Signed-off-by: Bill Hamilton <bill.hamilton@delinea.com>
Bob Du 2 ani în urmă
părinte
comite
133f0e0350
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/introduction/getting-started.md

+ 1 - 1
docs/introduction/getting-started.md

@@ -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:
 You can install those CRDs outside of `helm` using:
 ```bash
 ```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.
 Uncomment the relevant line in the next steps to disable the automatic install of CRDs.