-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Issue: The example in the Arbitrary Properties section of the Dependency Resolution page is incorrect.
Page in question: https://olm.operatorframework.io/docs/concepts/olm-architecture/dependency-resolution/#arbitrary-properties
Details
The Arbitrary Properties section of the Dependency Resolution page includes an additional "property" field that is unnecessary.
Current example:
properties:
- property:
type: sushi
value: salmon
- property:
type: soup
value: miso
- property:
type: olm.gvk
value:
group: olm.coreos.io
version: v1alpha1
kind: bentoProposed update:
properties:
- type: sushi
value: salmon
- type: soup
value: miso
- type: olm.gvk
value:
group: olm.coreos.io
version: v1alpha1
kind: bentoMy dependency resolution was failing when using the current example, but was successful when I updated it to the proposed update.
Metadata
Metadata
Assignees
Labels
No labels