koschei: Try to remove some stringData from backend secret

This commit is contained in:
Mikolaj Izdebski 2019-09-23 20:05:55 +02:00 committed by Pierre-Yves Chibon
parent b1d3cf582e
commit 2c4ec00cd3

View file

@ -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 }}