mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 10:55:05 +00:00
fix(helm): remove namespace from RoleBinding/roleRef field (#10685)
- namespace is not a valid parameter for a RoleBinding/roleRef field Signed-off-by: Laurent Lavaud <laurent.lavaud@mirakl.com>
This commit is contained in:
parent
5f258c47d2
commit
04f4fc9a89
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ roleRef:
|
|||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: {{ template "kyverno.fullname" . }}:remove-configmap
|
||||
namespace: {{ template "kyverno.namespace" . }}
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "kyverno.fullname" . }}-remove-configmap
|
||||
|
|
Loading…
Add table
Reference in a new issue