Updated to use informers

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-06-01 06:48:42 +01:00
parent b5dda17f66
commit dcd698c60d
4 changed files with 85 additions and 47 deletions

View File

@@ -12,7 +12,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list", "update"]
verbs: ["get", "list", "update", "watch"]
---