monitor-gating: Another attempt to mount the volume as desired

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-13 15:25:53 +01:00
parent 91b69e2fb0
commit 95ff4b8b21

View file

@ -27,13 +27,14 @@ spec:
mountPath: /opt/config/ mountPath: /opt/config/
readOnly: true readOnly: true
- name: monitor-gating-ssh-volume - name: monitor-gating-ssh-volume
mountPath: /.ssh/ mountPath: /.ssh
readOnly: false readOnly: false
volumes: volumes:
- name: monitor-gating-secret-volume - name: monitor-gating-secret-volume
secret: secret:
secretName: monitor-gating-secret secretName: monitor-gating-secret
defaultMode: 0660 defaultMode: 0660
path: id_rsa
- name: monitor-gating-ssh-volume - name: monitor-gating-ssh-volume
secret: secret:
secretName: monitor-gating-ssh secretName: monitor-gating-ssh