From de754eccf911915cdec4daa7abb66ca4f01972b9 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 27 Sep 2018 14:22:46 +0200 Subject: [PATCH] FPDC: correct spelling of volumeMounts Signed-off-by: Clement Verna --- .../openshift-apps/fpdc/files/deploymentconfig.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/openshift-apps/fpdc/files/deploymentconfig.yml b/roles/openshift-apps/fpdc/files/deploymentconfig.yml index fffb802ee9..153388964b 100644 --- a/roles/openshift-apps/fpdc/files/deploymentconfig.yml +++ b/roles/openshift-apps/fpdc/files/deploymentconfig.yml @@ -33,15 +33,15 @@ spec: deploymentconfig: fpdc spec: containers: - - image: fpdc:latest - name: fpdc + - name: fpdc + image: fpdc:latest ports: - containerPort: 8080 - protocol: TCP - volumesMounts: - - name: config-volume - mountPath: /opt/app-root/config/ - readOnly: true + resources: {} + volumeMounts: + - name: config-volume + mountPath: /opt/app-root/config/ + readOnly: true readinessProbe: timeoutSeconds: 1 initialDelaySeconds: 5