Skip to content

Commit 6785918

Browse files
committed
Add a "properties" field to bundle lookups.
If present, operator property information needs to be persisted until bundle unpacking completes so that properties can be projected onto ClusterServiceVersions.
1 parent cee94f1 commit 6785918

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

crds/operators.coreos.com_installplans.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ spec:
214214
description: Path refers to the location of a bundle to pull.
215215
It's typically an image reference.
216216
type: string
217+
properties:
218+
description: The effective properties of the unpacked bundle.
219+
type: string
217220
replaces:
218221
description: Replaces is the name of the bundle to replace with
219222
the one found at Path.

0 commit comments

Comments
 (0)