Skip to content

Commit

Permalink
fix(spring-boot): removed pods/exec rights
Browse files Browse the repository at this point in the history
  • Loading branch information
cazeaux committed Nov 17, 2022
1 parent 47e2664 commit 398ace7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions charts/spring-boot/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
4 changes: 0 additions & 4 deletions charts/spring-boot/spring-boot-chaos/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 398ace7

Please sign in to comment.