mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-28 17:19:44 +00:00
⚡ Let the user system:anonymous
access the services/proxy
resource
This commit is contained in:
parent
470ab3d7ed
commit
acaa29f8eb
@ -22,6 +22,7 @@ rules:
|
||||
resources:
|
||||
- pods
|
||||
- services
|
||||
- services/proxy
|
||||
- endpoints
|
||||
- persistentvolumeclaims
|
||||
- ingresses
|
||||
|
@ -21,3 +21,5 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
name: kubeshark-service-account
|
||||
namespace: {{ .Release.Namespace }}
|
||||
- kind: User
|
||||
name: system:anonymous
|
||||
|
Loading…
Reference in New Issue
Block a user