Skip to content

Commit 00844b5

Browse files
authored
Merge pull request #66 from benluddy/bundle-properties
Add a "properties" field to bundle lookups.
2 parents cee94f1 + 6785918 commit 00844b5

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)