Add watch permission to thick e2e template (#1208)

As described in #1171, the watch function is required in the clusterrole
for the thick Multus version, otherwise "Failed to watch *v1.Pod" would
be returned.
This commit is contained in:
Lionel Jouin 2024-01-18 15:45:40 +01:00 committed by GitHub
parent 40687759fb
commit 36ba3039ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ rules:
- get
- list
- update
- watch
- apiGroups:
- ""
- events.k8s.io