koschei: Try to remove some stringData from backend secret
This commit is contained in:
parent
b1d3cf582e
commit
2c4ec00cd3
1 changed files with 0 additions and 7 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue