You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/07/21 19:03:17 UTC

[incubator-sdap-nexus] branch bug_fixes updated: fix rbac

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

eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/bug_fixes by this push:
     new bebc1fb  fix rbac
bebc1fb is described below

commit bebc1fb28c6fe4a47f399a04349ce9fb5277a3ac
Author: Eamon Ford <ea...@jpl.nasa.gov>
AuthorDate: Tue Jul 21 12:03:03 2020 -0700

    fix rbac
---
 helm/templates/config-operator-rbac.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm/templates/config-operator-rbac.yml b/helm/templates/config-operator-rbac.yml
index 54064d5..6626b0b 100644
--- a/helm/templates/config-operator-rbac.yml
+++ b/helm/templates/config-operator-rbac.yml
@@ -6,7 +6,7 @@ metadata:
 ---
 
 apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
+kind: ClusterRoleBinding
 metadata:
   name: config-operator-role-binding
 roleRef:
@@ -16,4 +16,6 @@ roleRef:
 subjects:
   - kind: ServiceAccount
     name: config-operator
+    namespace: {{ .Release.Namespace }}
+