Skip to content

Commit

Permalink
removed hack after errorMessage PR merge (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH authored Jan 1, 2025
1 parent 2e63e6e commit 6f35b28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/gen_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
fi

0 comments on commit 6f35b28

Please sign in to comment.