updated env AZURE_INSTANCE_NAME => AZURE_INSTANCE_NAMES (#3784)
Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io> Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io>
This commit is contained in:
parent
8812a8a58d
commit
b010cc3e67
|
|
@ -136,7 +136,7 @@
|
||||||
<th> Notes </th>
|
<th> Notes </th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> AZURE_INSTANCE_NAME </td>
|
<td> AZURE_INSTANCE_NAMES </td>
|
||||||
<td> Instance name of the target azure instance</td>
|
<td> Instance name of the target azure instance</td>
|
||||||
<td> For AKS nodes, the instance name is from the scale set section in Azure and not the node name from AKS node pool </td>
|
<td> For AKS nodes, the instance name is from the scale set section in Azure and not the node name from AKS node pool </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -211,7 +211,7 @@ spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
# comma separated list of azure instance names
|
# comma separated list of azure instance names
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
# name of the resource group
|
# name of the resource group
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
|
|
@ -243,7 +243,7 @@ spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
# comma separated list of azure instance names
|
# comma separated list of azure instance names
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
# name of the resource group
|
# name of the resource group
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
|
|
@ -283,7 +283,7 @@ spec:
|
||||||
# time duration for the chaos execution
|
# time duration for the chaos execution
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
VALUE: '60'
|
VALUE: '60'
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
value: '<resource group of AZURE_INSTANCE_NAME>'
|
value: '<resource group of AZURE_INSTANCE_NAME>'
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
# comma separated list of azure instance names
|
# comma separated list of azure instance names
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
# name of the resource group
|
# name of the resource group
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
# comma separated list of azure instance names
|
# comma separated list of azure instance names
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
# name of the resource group
|
# name of the resource group
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
# time duration for the chaos execution
|
# time duration for the chaos execution
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
VALUE: '60'
|
VALUE: '60'
|
||||||
- name: AZURE_INSTANCE_NAME
|
- name: AZURE_INSTANCE_NAMES
|
||||||
value: 'instance-01,instance-02'
|
value: 'instance-01,instance-02'
|
||||||
- name: RESOURCE_GROUP
|
- name: RESOURCE_GROUP
|
||||||
value: '<resource group of AZURE_INSTANCE_NAME>'
|
value: '<resource group of AZURE_INSTANCE_NAME>'
|
||||||
Loading…
Reference in New Issue