koschei: Try not installing RabbitMQ cert
This commit is contained in:
parent
2c4ec00cd3
commit
3591f086b8
1 changed files with 7 additions and 7 deletions
|
@ -2,10 +2,10 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: backend-config
|
name: backend-config
|
||||||
data:
|
stringData:
|
||||||
rabbitmq-ca.crt: |
|
config-backend.cfg: |
|
||||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/ca.crt') | b64encode | indent }}
|
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/config-backend.cfg.j2') | indent }}
|
||||||
rabbitmq-client.crt: |
|
fedora-messaging.toml: |
|
||||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/issued/' + app + env_suffix + '.crt') | b64encode | indent }}
|
{{ lookup('template', roles_path + '/openshift-apps/koschei/templates/fedora-messaging.toml.j2') | indent }}
|
||||||
rabbitmq-client.key: |
|
krb5.conf: |
|
||||||
{{ lookup('file', private + '/files/rabbitmq/' + env + '/pki/private/' + app + env_suffix + '.key') | b64encode | indent }}
|
{{ lookup('template', roles_path + '/base/templates/krb5.conf.j2') | indent }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue