Remove some unused stuff from k8s secret

This commit is contained in:
Shane McDonald
2019-12-12 19:34:40 -05:00
parent 0d248a12bc
commit 0b4ae74698
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ metadata:
type: Opaque
data:
secret_key: "{{ secret_key | b64encode }}"
admin_password: "{{ admin_password | b64encode }}"
pg_password: "{{ pg_password | b64encode }}"
rabbitmq_password: "{{ rabbitmq_password | b64encode }}"
rabbitmq_erlang_cookie: "{{ rabbitmq_erlang_cookie | b64encode }}"
credentials_py: "{{ lookup('template', 'credentials.py.j2') | b64encode }}"