This issue specifically concerns the replacement of the StatefulSet OpenShift Template with a Helm chart.
# Generate statefulset if service type defines it
OPENSHIFT_STATEFULSET_TEMPLATE="/oc-build-deploy/openshift-templates/${SERVICE_TYPE}/statefulset.yml"
if [ -f $OPENSHIFT_STATEFULSET_TEMPLATE ]; then
OPENSHIFT_TEMPLATE=$OPENSHIFT_STATEFULSET_TEMPLATE
. /oc-build-deploy/scripts/exec-openshift-resources-with-images.sh
fi
This is a sub-issue of https://github.com/amazeeio/lagoon/issues/564#issue-350184516, bullet 7:
This issue specifically concerns the replacement of the StatefulSet OpenShift Template with a Helm chart.
https://github.com/amazeeio/lagoon/blob/master/images/oc-build-deploy-dind/build-deploy-docker-compose.sh#L594-L599