Skip to content

Commit

Permalink
Removed unnecessary capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: thesw4rm <[email protected]>
  • Loading branch information
thesw4rm committed Oct 13, 2023
1 parent b18be93 commit cfdd50e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions charts/agent/tests/events_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ templates:
- templates/clusterrole.yaml
tests:
- it: Test events information included in k8s
capabilities:
majorVersion: 1
minorVersion: 25
asserts:
- contains:
path: rules
Expand All @@ -18,18 +15,3 @@ tests:
- "create"
- "patch"

- it: Test events information included in k8s with '+' character in minor version
capabilities:
majorVersion: 1
minorVersion: "25+"
asserts:
- contains:
path: rules
content:
apiGroups:
- ""
resources:
- "events"
verbs:
- "create"
- "patch"

0 comments on commit cfdd50e

Please sign in to comment.