mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
koschei: Try to remove some stringData from backend secret
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b1d3cf582e
commit
2c4ec00cd3
@@ -2,13 +2,6 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: backend-config
|
||||
stringData:
|
||||
config-backend.cfg: |
|
||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-backend.cfg.j2') | indent }}
|
||||
fedora-messaging.toml: |
|
||||
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/fedora-messaging.toml.j2') | indent }}
|
||||
krb5.conf: |
|
||||
{{ lookup('template', roles_path + '/base/templates/krb5.conf.j2') | indent }}
|
||||
data:
|
||||
rabbitmq-ca.crt: |
|
||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/ca.crt') | b64encode | indent }}
|
||||
|
||||
Reference in New Issue
Block a user