mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 18:47:39 +00:00
⚡ Template the AUTH_APPROVED_DOMAINS
and certmanager.k8s.io/cluster-issuer
Also add `networking.k8s.io` to `apiGroups` in `ClusterRole`
This commit is contained in:
@@ -667,6 +667,7 @@ func (provider *Provider) BuildClusterRole() *rbac.ClusterRole {
|
||||
"",
|
||||
"extensions",
|
||||
"apps",
|
||||
"networking.k8s.io",
|
||||
},
|
||||
Resources: []string{
|
||||
"pods",
|
||||
|
Reference in New Issue
Block a user