Chore(add_env): Add path for aws credentials (#408)
Signed-off-by: udit <udit.gaurav@mayadata.io>
This commit is contained in:
@@ -59,6 +59,10 @@ spec:
|
||||
- name: REGION
|
||||
value: ''
|
||||
|
||||
# Provide the path of aws credentials mounted from secret
|
||||
- name: AWS_SHARED_CREDENTIALS_FILE
|
||||
value: '/tmp/cloud_config.yml'
|
||||
|
||||
# provide the LIB
|
||||
# only litmus supported
|
||||
- name: LIB
|
||||
|
@@ -56,6 +56,10 @@ spec:
|
||||
- name: REGION
|
||||
value: ''
|
||||
|
||||
# Provide the path of aws credentials mounted from secret
|
||||
- name: AWS_SHARED_CREDENTIALS_FILE
|
||||
value: '/tmp/cloud_config.yml'
|
||||
|
||||
# provide the LIB
|
||||
# only litmus supported
|
||||
- name: LIB
|
||||
@@ -68,4 +72,4 @@ spec:
|
||||
app.kubernetes.io/version: latest
|
||||
secrets:
|
||||
- name: cloud-secret
|
||||
mountPath: /tmp/
|
||||
mountPath: /tmp/
|
||||
|
Reference in New Issue
Block a user