fix(argo-cd): fix doc of how to upgrade CRD (#1344)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
87f0f3a99c
commit
5458a88acb
3 changed files with 8 additions and 9 deletions
|
|
@ -89,10 +89,10 @@ Helm cannot upgrade custom resource definitions [by design](https://helm.sh/docs
|
|||
Please use `kubectl` to upgrade CRDs manually from [crds](crds/) folder or via the manifests from the upstream project repo:
|
||||
|
||||
```bash
|
||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=<appVersion>
|
||||
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=<appVersion>
|
||||
|
||||
# Eg. version v2.3.3
|
||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3
|
||||
# Eg. version v2.4.2
|
||||
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=v2.4.2
|
||||
```
|
||||
|
||||
### 4.9.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue