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

@@ -37,7 +37,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.12.0?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30"
- name: node-cpu-hog
@@ -96,7 +96,6 @@ spec:
- name: pod-memory-hog
spec:
components:
experimentImage: "litmuschaos/go-runner:ci"
env:
- name: TARGET_CONTAINER
value: 'kube-proxy'
@@ -135,7 +134,6 @@ spec:
- name: pod-cpu-hog
spec:
components:
experimentImage: "litmuschaos/go-runner:ci"
env:
- name: TARGET_CONTAINER
value: 'kube-proxy'

View File

@@ -40,7 +40,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.12.0?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30"
- name: node-cpu-hog
@@ -99,7 +99,6 @@ spec:
- name: pod-memory-hog
spec:
components:
experimentImage: "litmuschaos/go-runner:ci"
env:
- name: TARGET_CONTAINER
value: 'kube-proxy'
@@ -138,7 +137,6 @@ spec:
- name: pod-cpu-hog
spec:
components:
experimentImage: "litmuschaos/go-runner:ci"
env:
- name: TARGET_CONTAINER
value: 'kube-proxy'