Skip to content

Commit e435358

Browse files
authored
adding in missing kinds to olm config (#72)
Signed-off-by: Adam D. Cornett <adc@redhat.com> Issue #, if available: N/A Description of changes: Adding in the missing `kinds` to the olm config file. This ensures that when the `bundle` is created via the release process that `operator-sdk` does not throw any `warnings`. This then allows the PR to the community repos to be raised without any issues since the community repos run `operator-sdk validate bundle` which may reject `warnings`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 277966a commit e435358

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

olm/olmconfig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ samples:
4646
spec: '{}'
4747
- kind: Snapshot
4848
spec: '{}'
49+
- kind: UserGroup
50+
spec: '{}'
51+
- kind: User
52+
spec: '{}'
4953
maintainers:
5054
- name: "elasticache maintainer team"
5155
email: "ack-maintainers@amazon.com"

0 commit comments

Comments
 (0)