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:
wangyufan 2021-01-31 01:28:00 +08:00 committed by GitHub
parent b24ba1adf5
commit d73361eb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ metadata:
rules:
- apiGroups: [""]
resources:
- configmap
- configmaps
verbs: ["get", "list", "watch"]
- apiGroups: ["", "extensions", "apps"]
resources: