mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Use v1beta1 for lighthouse CRDs
v1 is only available k8s v1.16 onwards and we're using 1.14 in E2E.
This commit is contained in:
committed by
Miguel Angel Ajo Pelayo
parent
1d2af4468b
commit
855b874a6a
@@ -58,7 +58,7 @@ spec:
|
|||||||
port:
|
port:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
---
|
---
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: serviceexports.lighthouse.submariner.io
|
name: serviceexports.lighthouse.submariner.io
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ spec:
|
|||||||
port:
|
port:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
---
|
---
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: serviceexports.lighthouse.submariner.io
|
name: serviceexports.lighthouse.submariner.io
|
||||||
|
|||||||
Reference in New Issue
Block a user