mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openshift-apps/coreos-koji-tagger: fix mistake
Should have been above volumeMounts
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
80b4b69aca
commit
b7de5abb2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user