Added SCALE_SET to azure instance stop experiment (#496)
Signed-off-by: Akash Shrivastava <akash@chaosnative.com>
This commit is contained in:
committed by
GitHub
parent
11681f7b15
commit
14f7d7e20f
@@ -19,7 +19,7 @@ spec:
|
||||
- name: CHAOS_INTERVAL
|
||||
value: '30'
|
||||
|
||||
# provide the target instance name
|
||||
# provide the target instance name(s) (comma separated if multiple)
|
||||
- name: AZURE_INSTANCE_NAME
|
||||
value: ''
|
||||
|
||||
@@ -27,3 +27,7 @@ spec:
|
||||
- name: RESOURCE_GROUP
|
||||
value: ''
|
||||
|
||||
# accepts enable/disable, default is disable
|
||||
- name: SCALE_SET
|
||||
value: ''
|
||||
|
||||
|
@@ -54,7 +54,7 @@ spec:
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
# provide the target instance name
|
||||
# provide the target instance name(s) (comma separated if multiple)
|
||||
- name: AZURE_INSTANCE_NAME
|
||||
value: ''
|
||||
|
||||
@@ -62,6 +62,10 @@ spec:
|
||||
- name: RESOURCE_GROUP
|
||||
value: ''
|
||||
|
||||
# accepts enable/disable, default is disable
|
||||
- name: SCALE_SET
|
||||
value: ''
|
||||
|
||||
# Provide the path of aks credentials mounted from secret
|
||||
- name: AZURE_AUTH_LOCATION
|
||||
value: '/tmp/azure.auth'
|
||||
|
Reference in New Issue
Block a user