fixing the default value in auxiliaryAppInfo of node-cpu-hog exp (#141)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
This commit is contained in:
UDIT GAURAV
2020-02-12 23:01:48 +05:30
committed by GitHub
parent c0718ad181
commit f61eb0c027

View File

@@ -9,7 +9,7 @@ spec:
# It can be active/stop # It can be active/stop
engineState: 'active' engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx #ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: 'ns1:name=percona,ns2:run=nginx' auxiliaryAppInfo: ''
appinfo: appinfo:
appns: 'default' appns: 'default'
applabel: 'app=nginx' applabel: 'app=nginx'