You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample app used in this workshop uses a MongoDB database as a way to track the page views of the application.
This is an opportunity to add a task that would run in parallel to other tasks as part of the pipeline used in the workshop. The goal would be to have a new task for deploying a MongoDB database with the appropriate environment variables set as described here.
This database deploy step would run alongside the build task of the pipeline and also make the deployed sample app more interesting.
The text was updated successfully, but these errors were encountered:
This step should be able to be run conditionally. Tekton does support conditional tasks. Not sure how this would work with tkn at this point, and there may need to be an option added to the CLI that would allow a pipelinerun to be triggered that specifies if a conditional task should be run.
The sample app used in this workshop uses a MongoDB database as a way to track the page views of the application.
This is an opportunity to add a
task
that would run in parallel to othertasks
as part of thepipeline
used in the workshop. The goal would be to have a newtask
for deploying a MongoDB database with the appropriate environment variables set as described here.This database deploy step would run alongside the build
task
of thepipeline
and also make the deployed sample app more interesting.The text was updated successfully, but these errors were encountered: