From 8eec20a1a663a6ac6210c3487400648ef6d399e6 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 17 Dec 2020 12:14:57 +0000 Subject: [PATCH] 1635: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 8d69336..18f99e6 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -165,9 +165,6 @@ spec: - name: SOCKET_PATH value: '/var/run/docker.sock' - - name: CHAOS_KILL_COMMAND - value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')" - ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel - name: SEQUENCE @@ -1918,12 +1915,6 @@ spec: - name: TARGET_PODS value: '' - - name: CHAOS_INJECT_COMMAND - value: 'md5sum /dev/zero' - - - name: CHAOS_KILL_COMMAND - value: "kill -9 $(ps afx | grep \"[md5sum] /dev/zero\" | awk '{print$1}' | tr '\n' ' ')" - ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel - name: SEQUENCE