More WIP for the publisher controller

This commit is contained in:
Ryan Richard
2020-07-31 14:35:20 -07:00
parent 52546fad90
commit 2aa80e3576
5 changed files with 74 additions and 103 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ metadata:
rules:
- apiGroups: [""]
resources: [configmaps]
verbs: [list, watch] #! TODO: do we neeed a get here for the controller?
verbs: [list, watch]
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1