From d73361eb1e2d76123439687118bbc403dbeda389 Mon Sep 17 00:00:00 2001 From: wangyufan Date: Sun, 31 Jan 2021 01:28:00 +0800 Subject: [PATCH] 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. --- charts/pulsar/templates/broker-cluster-role-binding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pulsar/templates/broker-cluster-role-binding.yaml b/charts/pulsar/templates/broker-cluster-role-binding.yaml index 90ecba5..09dea76 100644 --- a/charts/pulsar/templates/broker-cluster-role-binding.yaml +++ b/charts/pulsar/templates/broker-cluster-role-binding.yaml @@ -48,7 +48,7 @@ metadata: rules: - apiGroups: [""] resources: - - configmap + - configmaps verbs: ["get", "list", "watch"] - apiGroups: ["", "extensions", "apps"] resources: