Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new workflow step for collecting data from Pressbooks in the
urlcollectorsworkflows. The changes include adding a newpressbooksstep in thecron-workflow.yamlfile and defining the correspondingcollect-pressbookstemplate in theworkflow-template.yamlfile.Additions to the
urlcollectorsworkflows:New Pressbooks step in
cron-workflow.yaml:pressbooksunder thespecsection, which references thecollect-pressbookstemplate and includes an argument for thepb_app_idparameter. ([k8s/welearn-datastack/templates/urlcollectors/cron-workflow.yamlR362-R371](https://github.com/CyberCRI/welearn-datastack/pull/49/files#diff-d1d02405646a6b92835c108eaecf74b73ec632084b87c8a063d585517d2da73bR362-R371))Definition of
collect-pressbookstemplate inworkflow-template.yaml:collect-pressbookswith synchronization settings, input parameters, and container configuration.welearn_datastack.nodes_workflow.URLCollectors.node_press_books_collect) and uses environment variables, volume mounts, and Azure file share integration for its operation. ([k8s/welearn-datastack/templates/urlcollectors/workflow-template.yamlR389-R429](https://github.com/CyberCRI/welearn-datastack/pull/49/files#diff-8f555b73600a29f609d3cf02f30db402d526e2ead1c54c22c0dd9bb5137672faR389-R429))