diff --git a/roles/openshift-apps/message-tagging-service/templates/deployment.yml b/roles/openshift-apps/message-tagging-service/templates/deployment.yml index ab18f6ed57..e0a6e17147 100644 --- a/roles/openshift-apps/message-tagging-service/templates/deployment.yml +++ b/roles/openshift-apps/message-tagging-service/templates/deployment.yml @@ -32,13 +32,13 @@ spec: mountPath: /etc/fedmsg.d readOnly: true - name: "koji-conf" - {% if env == 'staging' %} +{% if env == 'staging' %} mountPath: /etc/koji.conf.d/stg.conf subPath: stg.conf - {% else %} +{% else %} mountPath: /etc/koji.conf subPath: koji.conf - {% endif %} +{% endif %} readOnly: true - name: "krb5-conf" mountPath: /etc/krb5.conf