mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fix operator versions in readme example (#1572)
This commit is contained in:
parent
a5866a52ea
commit
73de8aa7b2
1 changed files with 4 additions and 4 deletions
|
@ -246,8 +246,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
namespace: my-custom-namespace
|
||||
resources:
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.34
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.34
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.36
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.36
|
||||
```
|
||||
|
||||
##### Enterprise Edition example
|
||||
|
@ -256,8 +256,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
namespace: my-custom-namespace
|
||||
resources:
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.34
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.34
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.36
|
||||
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.36
|
||||
```
|
||||
|
||||
### Installation of latest release using Helm
|
||||
|
|
Loading…
Reference in a new issue