488933912: version upgraded for chaos-charts

This commit is contained in:
litmusbot
2021-01-15 21:31:33 +00:00
parent 16307c6b18
commit 38fad9e732
2 changed files with 12 additions and 3 deletions

View File

@@ -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
@@ -249,6 +253,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
@@ -262,4 +270,5 @@ spec:
secrets:
- name: cloud-secret
mountPath: /tmp/
---