openshift-apps/coreos-koji-tagger: fix mistake
Should have been above volumeMounts
This commit is contained in:
parent
80b4b69aca
commit
b7de5abb2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue