openshift-apps/coreos-koji-tagger: fix mistake

Should have been above volumeMounts
This commit is contained in:
Dusty Mabe 2019-08-06 09:58:26 -04:00 committed by Pierre-Yves Chibon
parent 80b4b69aca
commit b7de5abb2e

View file

@ -26,9 +26,9 @@ spec:
{% else %}
value: "false"
{% endif %}
volumeMounts:
args: ['infinity']
command: ['/usr/bin/sleep']
volumeMounts:
- name: coreos-koji-tagger-keytab-volume
mountPath: /etc/coreos-koji-tagger-keytab
readOnly: true