Skip to content

Commit

Permalink
csv: add additional csv changes that other commits bring
Browse files Browse the repository at this point in the history
add generated csv changes

Signed-off-by: Ceph Jenkins <[email protected]>
  • Loading branch information
Ceph Jenkins committed Aug 1, 2024
1 parent 4112108 commit fd46f29
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 fd46f29

Please sign in to comment.