monitor-gating: Another attempt to mount the volume as desired
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
91b69e2fb0
commit
95ff4b8b21
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue