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:
committed by
GitHub
parent
27e362482c
commit
204814e945
@@ -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'
|
||||
|
Reference in New Issue
Block a user