Skip to content

Commit 31d2c1a

Browse files
committed
Add the new options to the crd definitions
1 parent 33dea45 commit 31d2c1a

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
@@ -143,6 +143,10 @@ spec:
143143
type: string
144144
token:
145145
type: string
146+
sniServerName:
147+
type: string
148+
sniEnabled:
149+
type: boolean
146150
type: object
147151
oidc:
148152
description: OIDC defines an Open ID Connect policy.

deploy/crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ spec:
305305
type: string
306306
token:
307307
type: string
308+
sniServerName:
309+
type: string
310+
sniEnabled:
311+
type: boolean
308312
type: object
309313
oidc:
310314
description: OIDC defines an Open ID Connect policy.

0 commit comments

Comments
 (0)