Skip to content

Commit ed00e94

Browse files
committed
Add the new options to the crd definitions
1 parent ec4af3b commit ed00e94

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/crd/bases/k8s.nginx.org_policies.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ spec:
141141
type: string
142142
secret:
143143
type: string
144+
sniEnabled:
145+
type: boolean
146+
sniServerName:
147+
type: string
144148
token:
145149
type: string
146150
type: object

deploy/crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@ spec:
303303
type: string
304304
secret:
305305
type: string
306+
sniEnabled:
307+
type: boolean
308+
sniServerName:
309+
type: string
306310
token:
307311
type: string
308312
type: object

0 commit comments

Comments
 (0)