Let the user system:anonymous access the services/proxy resource

This commit is contained in:
M. Mert Yildiran 2023-07-30 02:48:32 +03:00
parent 470ab3d7ed
commit acaa29f8eb
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ rules:
resources:
- pods
- services
- services/proxy
- endpoints
- persistentvolumeclaims
- ingresses

View File

@ -21,3 +21,5 @@ subjects:
- kind: ServiceAccount
name: kubeshark-service-account
namespace: {{ .Release.Namespace }}
- kind: User
name: system:anonymous