소스 검색

Update getting-started.md (#3464)

* Update getting-started.md

Bump crds tag from v0.9.11 to v0.9.17

Signed-off-by: Saverio Proto <zioproto@gmail.com>

* Update docs/introduction/getting-started.md

Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Signed-off-by: Saverio Proto <zioproto@gmail.com>

---------

Signed-off-by: Saverio Proto <zioproto@gmail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Signed-off-by: Bill Hamilton <bill.hamilton@delinea.com>
Saverio Proto 2 년 전
부모
커밋
556b3ea0e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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=v0.9.11"
+kubectl apply -k "https://github.com/external-secrets/external-secrets//config/crds/bases?ref=<replace_with_your_version>"
 ```
 ```
 
 
 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.