This is an automated email from the ASF dual-hosted git repository.
starsz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 2bf4b6b fix: add namespace for subjects of ClusterRoleBinding (#527)
2bf4b6b is described below
commit 2bf4b6be29648c1c3e98006edae50252a0555a08
Author: kv <[email protected]>
AuthorDate: Fri Jun 4 13:26:50 2021 +0800
fix: add namespace for subjects of ClusterRoleBinding (#527)
---
samples/deploy/rbac/apisix_view_clusterrolebinding.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/samples/deploy/rbac/apisix_view_clusterrolebinding.yaml
b/samples/deploy/rbac/apisix_view_clusterrolebinding.yaml
index db6ff85..d402143 100644
--- a/samples/deploy/rbac/apisix_view_clusterrolebinding.yaml
+++ b/samples/deploy/rbac/apisix_view_clusterrolebinding.yaml
@@ -26,3 +26,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: apisix-view-serviceaccount
+ namespace: default