explicit reading of the download secret name from env

This commit is contained in:
bmeehan
2023-05-29 16:05:26 +10:00
parent 6bb7b4f37b
commit 34a742a186

View File

@@ -107,6 +107,8 @@ atl_db_engine_to_db_type_map:
rds_postgres: "postgres72"
atl_db_type: "{{ atl_db_engine_to_db_type_map[atl_db_engine] | default('postgres72') }}"
atl_download_secret_name: "{{ lookup('env', 'ATL_DOWNLOAD_SECRET_NAME') or '' }}"
atl_jdbc_db_name: "{{ lookup('env', 'ATL_JDBC_DB_NAME') }}"
atl_jdbc_user: "{{ lookup('env', 'ATL_JDBC_USER') }}"
atl_jdbc_password: "{{ lookup('env', 'ATL_JDBC_PASSWORD') }}"