Skip to content

Commit d504b47

Browse files
Merge pull request #910 from jpeeler/crd-descriptions-3
fix(chart): add missing descriptions to operator group
2 parents 4e917ca + 501c9fb commit d504b47

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

deploy/chart/templates/0000_50_olm_10-operatorgroup.crd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
description: A grouping of namespaces for usage with an operator.
3131
properties:
3232
spec:
33+
type: object
34+
description: Spec for an OperatorGroup.
3335
properties:
3436
selector:
3537
type: object
@@ -80,8 +82,9 @@ spec:
8082
staticProvidedAPIs:
8183
type: boolean
8284
description: If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
83-
type: object
8485
status:
86+
type: object
87+
description: The status of the OperatorGroup.
8588
properties:
8689
lastUpdated:
8790
format: date-time
@@ -92,6 +95,5 @@ spec:
9295
type: array
9396
required:
9497
- lastUpdated
95-
type: object
9698
required:
9799
- metadata

deploy/upstream/quickstart/crds.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,8 @@ spec:
10751075
description: A grouping of namespaces for usage with an operator.
10761076
properties:
10771077
spec:
1078+
type: object
1079+
description: Spec for an OperatorGroup.
10781080
properties:
10791081
selector:
10801082
type: object
@@ -1125,8 +1127,9 @@ spec:
11251127
staticProvidedAPIs:
11261128
type: boolean
11271129
description: If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
1128-
type: object
11291130
status:
1131+
type: object
1132+
description: The status of the OperatorGroup.
11301133
properties:
11311134
lastUpdated:
11321135
format: date-time
@@ -1137,6 +1140,5 @@ spec:
11371140
type: array
11381141
required:
11391142
- lastUpdated
1140-
type: object
11411143
required:
11421144
- metadata

manifests/0000_50_olm_10-operatorgroup.crd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
description: A grouping of namespaces for usage with an operator.
3131
properties:
3232
spec:
33+
type: object
34+
description: Spec for an OperatorGroup.
3335
properties:
3436
selector:
3537
type: object
@@ -80,8 +82,9 @@ spec:
8082
staticProvidedAPIs:
8183
type: boolean
8284
description: If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
83-
type: object
8485
status:
86+
type: object
87+
description: The status of the OperatorGroup.
8588
properties:
8689
lastUpdated:
8790
format: date-time
@@ -92,6 +95,5 @@ spec:
9295
type: array
9396
required:
9497
- lastUpdated
95-
type: object
9698
required:
9799
- metadata

0 commit comments

Comments
 (0)