Fix volume mountpoint
This commit is contained in:
parent
7da958fb27
commit
4df004c870
1 changed files with 13 additions and 1 deletions
|
@ -142,12 +142,24 @@ items:
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/anitya
|
mountPath: /etc/fedmsg.d/
|
||||||
|
readOnly: true
|
||||||
|
- name: fedmsg-key-volume
|
||||||
|
mountPath: /etc/pki/fedmsg/key
|
||||||
|
readOnly: true
|
||||||
|
- name: fedmsg-crt-volume
|
||||||
|
mountPath: /etc/pki/fedmsg/crt
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fedmsg-configmap
|
name: fedmsg-configmap
|
||||||
|
- name: fedmsg-key-volume
|
||||||
|
secret:
|
||||||
|
secretName: release-monitoring-fedmsg-key
|
||||||
|
- name: fedmsg-crt-volume
|
||||||
|
secret:
|
||||||
|
secretName: release-monitoring-fedmsg-cert
|
||||||
triggers:
|
triggers:
|
||||||
- imageChangeParams:
|
- imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue