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/
|
||||
readOnly: true
|
||||
- name: monitor-gating-ssh-volume
|
||||
mountPath: /.ssh/
|
||||
mountPath: /.ssh
|
||||
readOnly: false
|
||||
volumes:
|
||||
- name: monitor-gating-secret-volume
|
||||
secret:
|
||||
secretName: monitor-gating-secret
|
||||
defaultMode: 0660
|
||||
path: id_rsa
|
||||
- name: monitor-gating-ssh-volume
|
||||
secret:
|
||||
secretName: monitor-gating-ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue