We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c7d6 commit e1e323cCopy full SHA for e1e323c
pkg/bootstrap/crds.go
@@ -118,8 +118,10 @@ func installCRDRole(ctx context.Context, cl client.Client) error {
118
"networking.istio.io",
119
"rbac.istio.io",
120
"security.istio.io",
121
+ "telemetry.istio.io",
122
"authentication.maistra.io",
123
"rbac.maistra.io",
124
+ "federation.maistra.io",
125
},
126
Resources: []string{rbacv1.ResourceAll},
127
Verbs: role.verbs,
0 commit comments