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:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources:
|
resources:
|
||||||
- configmap
|
- configmaps
|
||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get", "list", "watch"]
|
||||||
- apiGroups: ["", "extensions", "apps"]
|
- apiGroups: ["", "extensions", "apps"]
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user