We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: bento
Proposed update:
properties: - type: sushi value: salmon - type: soup value: miso - type: olm.gvk value: group: olm.coreos.io version: v1alpha1 kind: bento
My dependency resolution was failing when using the current example, but was successful when I updated it to the proposed update.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Proposed update:
My dependency resolution was failing when using the current example, but was successful when I updated it to the proposed update.
The text was updated successfully, but these errors were encountered: