monitor-gating: Tweak the mount paths

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-11 21:07:59 +01:00
parent fdf52dca0a
commit 3e92ee3798

View file

@ -24,10 +24,10 @@ spec:
resources: {} resources: {}
volumeMounts: volumeMounts:
- name: monitor-gating-secret-volume - name: monitor-gating-secret-volume
mountPath: /config/ mountPath: /home/packagerbot/config/
readOnly: true readOnly: true
- name: monitor-gating-ssh-volume - name: monitor-gating-ssh-volume
mountPath: /root/.ssh/ mountPath: /home/packagerbot/.ssh/
readOnly: true readOnly: true
volumes: volumes:
- name: monitor-gating-secret-volume - name: monitor-gating-secret-volume