fix for events warning in test logs

This commit is contained in:
Safwan
2026-07-14 18:59:31 +05:00
parent 4e24cbca07
commit 35ff2ea89b
2 changed files with 4 additions and 0 deletions
@@ -226,11 +226,13 @@ the rule set is defined once. Expects the root context ($) as its argument.
{{- end}}
- apiGroups:
- ""
- "events.k8s.io"
resources:
- events
verbs:
- create
- patch
- update
{{- end -}}
{{/*
@@ -124,9 +124,11 @@ rules:
{{- end}}
- apiGroups:
- ""
- "events.k8s.io"
resources:
- events
verbs:
- create
- patch
- update
{{- end }}