Skip to content

Commit

Permalink
Merge branch 'open-cluster-management-io:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujian7 authored Jun 19, 2024
2 parents 1eb899d + 36dc2b2 commit db807bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions charts/managed-serviceaccount/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
- get
- list
- watch
- patch
- apiGroups:
- addon.open-cluster-management.io
resources:
Expand Down

0 comments on commit db807bb

Please sign in to comment.