Chore(add_env): Add path for aws credentials (#408)
Signed-off-by: udit <udit.gaurav@mayadata.io>
This commit is contained in:
@@ -78,7 +78,7 @@ spec:
|
|||||||
|
|
||||||
## It is used in pumba lib only
|
## It is used in pumba lib only
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:ci'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
# it is used in pumba lib
|
# it is used in pumba lib
|
||||||
|
@@ -93,7 +93,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:ci'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
# it is used in pumba lib
|
# it is used in pumba lib
|
||||||
|
@@ -78,7 +78,7 @@ spec:
|
|||||||
|
|
||||||
## It is used in pumba lib only
|
## It is used in pumba lib only
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:ci'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
# it is used in pumba lib
|
# it is used in pumba lib
|
||||||
|
@@ -59,6 +59,10 @@ spec:
|
|||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# Provide the path of aws credentials mounted from secret
|
||||||
|
- name: AWS_SHARED_CREDENTIALS_FILE
|
||||||
|
value: '/tmp/cloud_config.yml'
|
||||||
|
|
||||||
# provide the LIB
|
# provide the LIB
|
||||||
# only litmus supported
|
# only litmus supported
|
||||||
- name: LIB
|
- name: LIB
|
||||||
|
@@ -56,6 +56,10 @@ spec:
|
|||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# Provide the path of aws credentials mounted from secret
|
||||||
|
- name: AWS_SHARED_CREDENTIALS_FILE
|
||||||
|
value: '/tmp/cloud_config.yml'
|
||||||
|
|
||||||
# provide the LIB
|
# provide the LIB
|
||||||
# only litmus supported
|
# only litmus supported
|
||||||
- name: LIB
|
- name: LIB
|
||||||
|
Reference in New Issue
Block a user