Remove usage of environment.sh

This is no longer sourced in the launch scripts.
This commit is contained in:
Shane McDonald
2021-04-03 11:57:23 -04:00
parent 7c02a9728a
commit ba2672a0b0
3 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
DATABASE_USER={{ awx_postgres_user }}
DATABASE_NAME={{ awx_postgres_database }}
DATABASE_HOST={{ awx_postgres_host }}
DATABASE_PORT={{ awx_postgres_port }}
DATABASE_PASSWORD={{ awx_postgres_pass | quote }}

View File

@@ -7,5 +7,4 @@ metadata:
namespace: '{{ meta.namespace }}'
data:
credentials_py: "{{ lookup('template', 'credentials.py.j2') | b64encode }}"
environment_sh: "{{ lookup('template', 'environment.sh.j2') | b64encode }}"
ldap_py: "{{ lookup('template', 'ldap.py.j2') | b64encode }}"

View File

@@ -218,8 +218,6 @@ spec:
items:
- key: credentials_py
path: 'credentials.py'
- key: environment_sh
path: 'environment.sh'
- key: ldap_py
path: 'ldap.py'
- name: "{{ secret_key_secret_name }}"