Deployments: Add watch permission to thick example (#1171)

The ClusterRole was missing the watch permission on pods, which resulted in Multus throwing this error message every few seconds:

Failed to watch *v1.Pod: unknown (get pods)
This commit is contained in:
Jonatan
2023-12-04 12:28:18 +01:00
committed by GitHub
parent e2e8cfb677
commit a373a2286d

View File

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