mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Move secret key from configmap to secret
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user