Skip to content

Commit 40b1192

Browse files
committed
schema: rookCeph
1 parent e7a4e5d commit 40b1192

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

config/schemas/config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,24 @@ properties:
874874
- none
875875
type: string
876876
type: object
877+
rookCeph:
878+
additionalProperties: false
879+
properties:
880+
gatekeeperPsp:
881+
additionalProperties: false
882+
properties:
883+
enabled:
884+
default: false
885+
type: boolean
886+
type: object
887+
monitoring:
888+
additionalProperties: false
889+
properties:
890+
enabled:
891+
default: false
892+
type: boolean
893+
type: object
894+
type: object
877895
additionalProperties:
878896
type: object
879897
properties: {}

0 commit comments

Comments
 (0)