Skip to content

Commit

Permalink
csv: update csv files
Browse files Browse the repository at this point in the history
Update CSV files manually. CSV generation doesn't work on ARM mac at the
moment.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
  • Loading branch information
BlaineEXE committed Aug 8, 2024
1 parent d1351d1 commit 6aee085
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build/csv/ceph/ceph.rook.io_cephobjectstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,26 @@ spec:
type: object
type: object
hosting:
nullable: true
properties:
advertiseEndpoint:
nullable: true
properties:
dnsName:
minLength: 1
type: string
port:
format: int32
maximum: 65535
minimum: 1
type: integer
useTls:
type: boolean
required:
- dnsName
- port
- useTls
type: object
dnsNames:
items:
type: string
Expand Down

0 comments on commit 6aee085

Please sign in to comment.