Skip to content

Commit 6004088

Browse files
authored
crd: fix missing fields (#4333)
Signed-off-by: zhangzujian <[email protected]>
1 parent af95247 commit 6004088

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

charts/kube-ovn/templates/kube-ovn-crd.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,12 @@ spec:
13001300
type: boolean
13011301
v4Eip:
13021302
type: string
1303+
v6Eip:
1304+
type: string
13031305
v4Ip:
13041306
type: string
1307+
v6Ip:
1308+
type: string
13051309
vpc:
13061310
type: string
13071311
conditions:
@@ -1493,8 +1497,12 @@ spec:
14931497
type: boolean
14941498
v4Eip:
14951499
type: string
1500+
v6Eip:
1501+
type: string
14961502
v4Ip:
14971503
type: string
1504+
v6Ip:
1505+
type: string
14981506
vpc:
14991507
type: string
15001508
externalPort:

dist/images/install.sh

+8
Original file line numberDiff line numberDiff line change
@@ -1538,8 +1538,12 @@ spec:
15381538
type: boolean
15391539
v4Eip:
15401540
type: string
1541+
v6Eip:
1542+
type: string
15411543
v4Ip:
15421544
type: string
1545+
v6Ip:
1546+
type: string
15431547
vpc:
15441548
type: string
15451549
conditions:
@@ -1731,8 +1735,12 @@ spec:
17311735
type: boolean
17321736
v4Eip:
17331737
type: string
1738+
v6Eip:
1739+
type: string
17341740
v4Ip:
17351741
type: string
1742+
v6Ip:
1743+
type: string
17361744
vpc:
17371745
type: string
17381746
externalPort:

0 commit comments

Comments
 (0)