(chore)engine: simple example chaosengines by removing ref to lib image and auxiliary apps (#392)

Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2020-12-15 17:24:21 +05:30
committed by GitHub
parent b746c78640
commit 6d478514a5
9 changed files with 3 additions and 32 deletions

View File

@@ -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'