diff --git a/scripts/gen_manifests.sh b/scripts/gen_manifests.sh index 6a99402e..c9ef06ea 100755 --- a/scripts/gen_manifests.sh +++ b/scripts/gen_manifests.sh @@ -78,8 +78,4 @@ if [ "${ENABLE_PERSISTENCE}" = true ]; then } } )" "${SONATAFLOW_CR}" -fi -# Hack while https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/532 is not merged and released -# Remove the errorMessage metadata from flow in CR -yq --inplace 'del(.spec.flow.states[].metadata)' "${SONATAFLOW_CR}" -## end hack \ No newline at end of file +fi \ No newline at end of file