chore(psp): removed runAsUser from psp and update the go-runner image in workflows (#446)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
This commit is contained in:
Shubham Chaudhary
2021-04-20 21:35:05 +05:30
committed by GitHub
parent 27e362482c
commit 204814e945
11 changed files with 4 additions and 34 deletions

View File

@@ -109,7 +109,6 @@ spec:
retry: 2
initialDelaySeconds: 10
components:
experimentImage: "litmuschaos/go-runner:latest"
env:
#number of cpu cores to be consumed
#verify the resources the app has been launched with
@@ -181,7 +180,6 @@ spec:
retry: 2
initialDelaySeconds: 10
components:
experimentImage: "litmuschaos/go-runner:latest"
env:
- name: MEMORY_CONSUMPTION
value: '500'
@@ -254,7 +252,6 @@ spec:
retry: 2
initialDelaySeconds: 2
components:
experimentImage: "litmuschaos/go-runner:latest"
env:
- name: TOTAL_CHAOS_DURATION
value: '30'
@@ -328,7 +325,6 @@ spec:
retry: 2
initialDelaySeconds: 2
components:
experimentImage: "litmuschaos/go-runner:latest"
env:
- name: TOTAL_CHAOS_DURATION
value: '30'
@@ -404,7 +400,6 @@ spec:
retry: 2
initialDelaySeconds: 1
components:
experimentImage: "litmuschaos/go-runner:latest"
env:
- name: FILL_PERCENTAGE
value: '100'