diff --git a/roles/openshift-apps/blockerbugs/templates/cron.yml b/roles/openshift-apps/blockerbugs/templates/cron.yml index 7e9b3a2563..c28334f093 100644 --- a/roles/openshift-apps/blockerbugs/templates/cron.yml +++ b/roles/openshift-apps/blockerbugs/templates/cron.yml @@ -88,6 +88,7 @@ spec: {% else %} value: "1" {% endif %} + volumeMounts: - name: blockerbugs-secret-volume mountPath: /opt/app-root/secret/ readOnly: true diff --git a/roles/openshift-apps/blockerbugs/templates/deploymentconfig.yml b/roles/openshift-apps/blockerbugs/templates/deploymentconfig.yml index 53db511fb0..0bca32fb48 100644 --- a/roles/openshift-apps/blockerbugs/templates/deploymentconfig.yml +++ b/roles/openshift-apps/blockerbugs/templates/deploymentconfig.yml @@ -107,6 +107,7 @@ spec: {% else %} value: "1" {% endif %} + volumeMounts: - name: blockerbugs-secret-volume mountPath: /opt/app-root/secret/ readOnly: true