From 95ff4b8b21b50a266685adf023de9f6021c7a98f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 13 Feb 2020 15:25:53 +0100 Subject: [PATCH] monitor-gating: Another attempt to mount the volume as desired Signed-off-by: Pierre-Yves Chibon --- .../monitor-gating/templates/deploymentconfig.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/monitor-gating/templates/deploymentconfig.yml b/roles/openshift-apps/monitor-gating/templates/deploymentconfig.yml index 964cb6ecb0..20fa3a441c 100644 --- a/roles/openshift-apps/monitor-gating/templates/deploymentconfig.yml +++ b/roles/openshift-apps/monitor-gating/templates/deploymentconfig.yml @@ -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