Skip to content

Commit b2e43de

Browse files
authored
Merge pull request #45 from alvaroaleman/clarify
Approval: Clarify possible values
2 parents 8ee944d + 7101beb commit b2e43de

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

crds/operators.coreos.com_installplans.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

crds/operators.coreos.com_subscriptions.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

pkg/operators/v1alpha1/installplan_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const (
1414
)
1515

1616
// Approval is the user approval policy for an InstallPlan.
17+
// It must be one of "Automatic" or "Manual".
1718
type Approval string
1819

1920
const (

0 commit comments

Comments
 (0)