You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/01/30 17:28:10 UTC

[pulsar-helm-chart] branch master updated: fix broker configmap forbidden (#95)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new d73361e  fix broker configmap forbidden (#95)
d73361e is described below

commit d73361eb1e2d76123439687118bbc403dbeda389
Author: wangyufan <wa...@gmail.com>
AuthorDate: Sun Jan 31 01:28:00 2021 +0800

    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: