Skip to content

Commit

Permalink
Sync the OperatorPolicy CRD
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl authored and openshift-merge-bot[bot] committed Nov 18, 2024
1 parent 1112539 commit 9439c81
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ spec:
type: string
versions:
description: >-
Versions is a list of non-empty strings that specifies which installed versions are compliant when in `inform` mode and which `InstallPlans` are approved when in `enforce` mode.
Versions is a list of templatable strings that specifies which installed ClusterServiceVersion names are compliant when in `inform` mode and which `InstallPlans` are approved when in `enforce` mode. Empty or whitespace only strings are ignored. An empty list approves all ClusterServiceVersion names. The default value is empty.
items:
minLength: 1
type: string
type: array
required:
Expand Down

0 comments on commit 9439c81

Please sign in to comment.