Skip to content

Commit

Permalink
Add install namespace suffix to clusterrolebinding name (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <jiazhu@redhat.com>
  • Loading branch information
zhujian7 committed Jun 19, 2024
1 parent 3f2e488 commit 36dc2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/managed-serviceaccount/templates/addontemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: open-cluster-management:managed-serviceaccount:addon-agent
name: open-cluster-management:managed-serviceaccount:addon-agent{{ `{{INSTALL_NAMESPACE}}` }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 36dc2b2

Please sign in to comment.