diff --git a/charts/spring-boot/experiments.yaml b/charts/spring-boot/experiments.yaml index df10dd909..2056975f0 100644 --- a/charts/spring-boot/experiments.yaml +++ b/charts/spring-boot/experiments.yaml @@ -30,10 +30,6 @@ spec: - apiGroups: [ "" ] resources: [ "pods/log" ] verbs: [ "get","list","watch" ] - # for creating and managing to execute comands inside target container - - apiGroups: [ "" ] - resources: [ "pods/exec" ] - verbs: [ "get","list","create" ] # deriving the parent/owner details of the pod(if parent is anyof {deployment, statefulset, daemonsets}) - apiGroups: [ "apps" ] resources: [ "deployments","statefulsets","replicasets", "daemonsets" ] diff --git a/charts/spring-boot/spring-boot-chaos/experiment.yaml b/charts/spring-boot/spring-boot-chaos/experiment.yaml index df10dd909..2056975f0 100644 --- a/charts/spring-boot/spring-boot-chaos/experiment.yaml +++ b/charts/spring-boot/spring-boot-chaos/experiment.yaml @@ -30,10 +30,6 @@ spec: - apiGroups: [ "" ] resources: [ "pods/log" ] verbs: [ "get","list","watch" ] - # for creating and managing to execute comands inside target container - - apiGroups: [ "" ] - resources: [ "pods/exec" ] - verbs: [ "get","list","create" ] # deriving the parent/owner details of the pod(if parent is anyof {deployment, statefulset, daemonsets}) - apiGroups: [ "apps" ] resources: [ "deployments","statefulsets","replicasets", "daemonsets" ]