Skip to content

Commit 7deac09

Browse files
committed
Add missing RBAC permissions for metal3clustertemplates
Fixes RBAC permission error where capm3-manager service account could not list metal3clustertemplates resources. Error fixed: metal3clustertemplates.infrastructure.cluster.x-k8s.io is forbidden: User "system:serviceaccount:capm3-system:capm3-manager" cannot list resource "metal3clustertemplates" Signed-off-by: Feruzjon Muyassarov <[email protected]>
1 parent 4db8142 commit 7deac09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/rbac/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ rules:
8686
resources:
8787
- metal3clusters
8888
- metal3dataclaims
89+
- metal3clustertemplates
8990
- metal3datas
9091
- metal3datatemplates
9192
- metal3machines

0 commit comments

Comments
 (0)