From 3e0ba3eeeb672f91d0aaecac03359aabcd2bd6a3 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: May 11 2021 00:59:50 +0000 Subject: solr: fix typo --- diff --git a/roles/openshift-apps/solr/templates/deploymentconfig.yml b/roles/openshift-apps/solr/templates/deploymentconfig.yml index 133a519..57d3995 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