diff --git a/charts/generic/container-kill/engine.yaml b/charts/generic/container-kill/engine.yaml index eca1935..17b938a 100644 --- a/charts/generic/container-kill/engine.yaml +++ b/charts/generic/container-kill/engine.yaml @@ -8,8 +8,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' appinfo: appns: 'default' applabel: 'app=nginx' @@ -40,4 +38,4 @@ spec: # provide the socket file path - name: SOCKET_PATH value: '/var/run/docker.sock' - \ No newline at end of file + diff --git a/charts/generic/pod-cpu-hog/engine.yaml b/charts/generic/pod-cpu-hog/engine.yaml index 1475c0e..8a5de84 100644 --- a/charts/generic/pod-cpu-hog/engine.yaml +++ b/charts/generic/pod-cpu-hog/engine.yaml @@ -8,8 +8,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' appinfo: appns: 'default' applabel: 'app=nginx' diff --git a/charts/generic/pod-delete/engine.yaml b/charts/generic/pod-delete/engine.yaml index ebf5e3e..fbbe92a 100644 --- a/charts/generic/pod-delete/engine.yaml +++ b/charts/generic/pod-delete/engine.yaml @@ -12,8 +12,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' chaosServiceAccount: pod-delete-sa monitoring: false # It can be delete/retain diff --git a/charts/generic/pod-io-stress/engine.yaml b/charts/generic/pod-io-stress/engine.yaml index cef990e..0a2c9d9 100644 --- a/charts/generic/pod-io-stress/engine.yaml +++ b/charts/generic/pod-io-stress/engine.yaml @@ -8,8 +8,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' appinfo: appns: 'default' applabel: 'app=nginx' diff --git a/charts/generic/pod-memory-hog/engine.yaml b/charts/generic/pod-memory-hog/engine.yaml index b5def4e..15fc525 100644 --- a/charts/generic/pod-memory-hog/engine.yaml +++ b/charts/generic/pod-memory-hog/engine.yaml @@ -8,8 +8,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' appinfo: appns: 'default' applabel: 'app=nginx' diff --git a/charts/generic/pod-network-corruption/engine.yaml b/charts/generic/pod-network-corruption/engine.yaml index 2e6b204..ea77303 100644 --- a/charts/generic/pod-network-corruption/engine.yaml +++ b/charts/generic/pod-network-corruption/engine.yaml @@ -10,8 +10,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' monitoring: false appinfo: appns: 'default' @@ -24,9 +22,6 @@ spec: spec: components: env: - - name: LIB_IMAGE - value: 'litmuschaos/go-runner:latest' - #Network interface inside target container - name: NETWORK_INTERFACE value: 'eth0' @@ -42,4 +37,4 @@ spec: # provide the socket file path - name: SOCKET_PATH - value: '/var/run/docker.sock' \ No newline at end of file + value: '/var/run/docker.sock' diff --git a/charts/generic/pod-network-duplication/engine.yaml b/charts/generic/pod-network-duplication/engine.yaml index 59bc2af..c8f89eb 100644 --- a/charts/generic/pod-network-duplication/engine.yaml +++ b/charts/generic/pod-network-duplication/engine.yaml @@ -11,8 +11,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' monitoring: false appinfo: appns: 'default' @@ -28,9 +26,6 @@ spec: - name: TOTAL_CHAOS_DURATION value: '60' # in seconds - - name: LIB_IMAGE - value: 'litmuschaos/go-runner:latest' - #Network interface inside target container - name: NETWORK_INTERFACE value: 'eth0' diff --git a/charts/generic/pod-network-latency/engine.yaml b/charts/generic/pod-network-latency/engine.yaml index a02e622..da2f6ac 100644 --- a/charts/generic/pod-network-latency/engine.yaml +++ b/charts/generic/pod-network-latency/engine.yaml @@ -10,8 +10,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' monitoring: false appinfo: appns: 'default' @@ -28,9 +26,6 @@ spec: - name: NETWORK_INTERFACE value: 'eth0' - - name: LIB_IMAGE - value: 'litmuschaos/go-runner:latest' - - name: NETWORK_LATENCY value: '2000' diff --git a/charts/generic/pod-network-loss/engine.yaml b/charts/generic/pod-network-loss/engine.yaml index 7af337d..4f5aa01 100644 --- a/charts/generic/pod-network-loss/engine.yaml +++ b/charts/generic/pod-network-loss/engine.yaml @@ -11,8 +11,6 @@ spec: annotationCheck: 'true' # It can be active/stop engineState: 'active' - #ex. values: ns1:name=percona,ns2:run=nginx - auxiliaryAppInfo: '' monitoring: false appinfo: appns: 'default' @@ -25,8 +23,6 @@ spec: spec: components: env: - - name: LIB_IMAGE - value: 'litmuschaos/go-runner:latest' #Network interface inside target container - name: NETWORK_INTERFACE @@ -47,4 +43,4 @@ spec: # provide the socket file path - name: SOCKET_PATH value: '/var/run/docker.sock' - \ No newline at end of file +