Skip to content

Commit 6e748e0

Browse files
Merge pull request #1720 from simrandhaliw/update-manifests-to-include-bug-fix
Bug 1861605: Update manifests to include the bug fix
2 parents 8b6a01d + 3c23b77 commit 6e748e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

manifests/0000_50_olm_00-installplans.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
properties:
6363
approval:
6464
description: Approval is the user approval policy for an InstallPlan.
65+
It must be one of "Automatic" or "Manual".
6566
type: string
6667
approved:
6768
type: boolean

manifests/0000_50_olm_00-operators.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
description: OperatorSpec defines the desired state of Operator
3939
type: object
4040
status:
41-
description: OperatorStatus describes the observed state of an operator
42-
and its components.
41+
description: OperatorStatus defines the observed state of an Operator
42+
and its components
4343
type: object
4444
properties:
4545
components:

manifests/0000_50_olm_00-subscriptions.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ spec:
16341634
type: string
16351635
installPlanApproval:
16361636
description: Approval is the user approval policy for an InstallPlan.
1637+
It must be one of "Automatic" or "Manual".
16371638
type: string
16381639
name:
16391640
type: string

0 commit comments

Comments
 (0)