Skip to content

Commit f1be59b

Browse files
authored
feat: update operator manifest files (#389)
Signed-off-by: Abhradeep Chakraborty <[email protected]>
1 parent 6f766dc commit f1be59b

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

manifests/crd.yaml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,6 +6042,19 @@ spec:
60426042
type: string
60436043
description: (Optional) Dragonfly pod node selector
60446044
type: object
6045+
ownedObjectsMetadata:
6046+
description: (Optional) Dragonfly direct child resources additional
6047+
annotations and labels
6048+
properties:
6049+
annotations:
6050+
additionalProperties:
6051+
type: string
6052+
type: object
6053+
labels:
6054+
additionalProperties:
6055+
type: string
6056+
type: object
6057+
type: object
60456058
podSecurityContext:
60466059
description: (Optional) Dragonfly pod security context
60476060
properties:
@@ -6380,16 +6393,16 @@ spec:
63806393
properties:
63816394
cron:
63826395
description: (Optional) Dragonfly snapshot schedule
6383-
type: string
6384-
enableOnMasterOnly:
6385-
description: (Optional) Enable snapshot on master only
6386-
type: boolean
6396+
type: string
63876397
dir:
63886398
description: |-
63896399
(Optional) The path to the snapshot directory
63906400
This can also be an S3 URI with the prefix `s3://` when
63916401
using S3 as the snapshot backend
63926402
type: string
6403+
enableOnMasterOnly:
6404+
description: (Optional) Enable snapshot on master only
6405+
type: boolean
63936406
persistentVolumeClaimSpec:
63946407
description: (Optional) Dragonfly PVC spec
63956408
properties:

manifests/dragonfly-operator.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6055,6 +6055,19 @@ spec:
60556055
type: string
60566056
description: (Optional) Dragonfly pod node selector
60576057
type: object
6058+
ownedObjectsMetadata:
6059+
description: (Optional) Dragonfly direct child resources additional
6060+
annotations and labels
6061+
properties:
6062+
annotations:
6063+
additionalProperties:
6064+
type: string
6065+
type: object
6066+
labels:
6067+
additionalProperties:
6068+
type: string
6069+
type: object
6070+
type: object
60586071
podSecurityContext:
60596072
description: (Optional) Dragonfly pod security context
60606073
properties:
@@ -6394,15 +6407,15 @@ spec:
63946407
cron:
63956408
description: (Optional) Dragonfly snapshot schedule
63966409
type: string
6397-
enableOnMasterOnly:
6398-
description: (Optional) Enable snapshot on master only
6399-
type: boolean
64006410
dir:
64016411
description: |-
64026412
(Optional) The path to the snapshot directory
64036413
This can also be an S3 URI with the prefix `s3://` when
64046414
using S3 as the snapshot backend
64056415
type: string
6416+
enableOnMasterOnly:
6417+
description: (Optional) Enable snapshot on master only
6418+
type: boolean
64066419
persistentVolumeClaimSpec:
64076420
description: (Optional) Dragonfly PVC spec
64086421
properties:

0 commit comments

Comments
 (0)