Skip to content

Commit e1e323c

Browse files
author
Julien DELACROIX
committed
Add missing resource in CRD cluster roles
1 parent 904c7d6 commit e1e323c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/bootstrap/crds.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ func installCRDRole(ctx context.Context, cl client.Client) error {
118118
"networking.istio.io",
119119
"rbac.istio.io",
120120
"security.istio.io",
121+
"telemetry.istio.io",
121122
"authentication.maistra.io",
122123
"rbac.maistra.io",
124+
"federation.maistra.io",
123125
},
124126
Resources: []string{rbacv1.ResourceAll},
125127
Verbs: role.verbs,

0 commit comments

Comments
 (0)