mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-20 04:26:28 +00:00
fix for events warning in test logs
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user