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:
Neelanjan Manna 2022-10-12 21:13:42 +05:30 committed by GitHub
parent 8812a8a58d
commit b010cc3e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -136,7 +136,7 @@
<th> Notes </th>
</tr>
<tr>
<td> AZURE_INSTANCE_NAME </td>
<td> AZURE_INSTANCE_NAMES </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>
</tr>
@ -211,7 +211,7 @@ spec:
components:
env:
# comma separated list of azure instance names
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
# name of the resource group
- name: RESOURCE_GROUP
@ -243,7 +243,7 @@ spec:
components:
env:
# comma separated list of azure instance names
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
# name of the resource group
- name: RESOURCE_GROUP
@ -283,7 +283,7 @@ spec:
# time duration for the chaos execution
- name: TOTAL_CHAOS_DURATION
VALUE: '60'
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
- name: RESOURCE_GROUP
value: '<resource group of AZURE_INSTANCE_NAME>'

View File

@ -13,7 +13,7 @@ spec:
components:
env:
# comma separated list of azure instance names
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
# name of the resource group
- name: RESOURCE_GROUP

View File

@ -13,7 +13,7 @@ spec:
components:
env:
# comma separated list of azure instance names
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
# name of the resource group
- name: RESOURCE_GROUP

View File

@ -18,7 +18,7 @@ spec:
# time duration for the chaos execution
- name: TOTAL_CHAOS_DURATION
VALUE: '60'
- name: AZURE_INSTANCE_NAME
- name: AZURE_INSTANCE_NAMES
value: 'instance-01,instance-02'
- name: RESOURCE_GROUP
value: '<resource group of AZURE_INSTANCE_NAME>'