From 3e0ba3eeeb672f91d0aaecac03359aabcd2bd6a3 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Mon, 10 May 2021 19:59:50 -0500 Subject: [PATCH] solr: fix typo --- roles/openshift-apps/solr/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/solr/templates/deploymentconfig.yml b/roles/openshift-apps/solr/templates/deploymentconfig.yml index 133a519036..57d3995775 100644 --- a/roles/openshift-apps/solr/templates/deploymentconfig.yml +++ b/roles/openshift-apps/solr/templates/deploymentconfig.yml @@ -35,7 +35,7 @@ spec: mountPath: /opt/solr/server/solr/configsets/packages readOnly: true - name: script-volume - mountpath: /opt/solr-start + mountPath: /opt/solr-start readinessProbe: timeoutSeconds: 1 initialDelaySeconds: 30