Move secret key from configmap to secret

This commit is contained in:
Shane McDonald
2019-03-29 15:11:52 -04:00
parent 9479b1b824
commit 298eaa0b32
4 changed files with 38 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ metadata:
name: "{{ kubernetes_deployment_name }}-secrets"
type: Opaque
data:
secret_key: "{{ secret_key | b64encode }}"
admin_password: "{{ admin_password | b64encode }}"
pg_password: "{{ pg_password | b64encode }}"
rabbitmq_password: "{{ rabbitmq_password | b64encode }}"