fix broker configmap forbidden (#95)
Fixes #94 ### Motivation fix `io.kubernetes.client.openapi.ApiException: Forbidden` ### Modifications fix typo ### Verifying this change - [x] Make sure that the change passes the CI checks.
This commit is contained in:
parent
b24ba1adf5
commit
d73361eb1e
@ -48,7 +48,7 @@ metadata:
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- configmap
|
||||
- configmaps
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: ["", "extensions", "apps"]
|
||||
resources:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user