diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index 01c077c33..c8bc89d73 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -22,7 +22,6 @@ rules: resources: - pods - services - - services/proxy - endpoints - persistentvolumeclaims - ingresses diff --git a/helm-chart/templates/03-cluster-role-binding.yaml b/helm-chart/templates/03-cluster-role-binding.yaml index 465f71692..8f32f6a75 100644 --- a/helm-chart/templates/03-cluster-role-binding.yaml +++ b/helm-chart/templates/03-cluster-role-binding.yaml @@ -21,5 +21,3 @@ subjects: - kind: ServiceAccount name: kubeshark-service-account namespace: {{ .Release.Namespace }} - - kind: User - name: system:anonymous