Skip to content

Commit f30c4a3

Browse files
committed
Merge remote-tracking branch 'upstream/helm-recreate-pods' into helm-chart-updates
2 parents b8d170c + 799124c commit f30c4a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deploy/kubernetes/build.sh

-5
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ fi
221221

222222
log "-- Building Helm Chart"
223223

224-
# Apply any chart customizations added by a fork
225-
if [ "${HAS_CUSTOM_BUILD}" == "true" ]; then
226-
custom_helm_build
227-
fi
228-
229224
# Don't change the chart in the repo, copy it and modify it locally
230225

231226
SRC_HELM_CHART_PATH="${STRATOS_PATH}/deploy/kubernetes/console"

0 commit comments

Comments
 (0)