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 latest tkn support export option for pipelinerun. We need to integrate the workflow to export pipelinerun as yaml and use the yaml to create pipeline run in different namespace.
Example: export a PipelineRun named 'pipelinerun' in namespace 'foo' and recreate it in the namespace 'bar':
The latest tkn support export option for pipelinerun. We need to integrate the workflow to export pipelinerun as yaml and use the yaml to create pipeline run in different namespace.
tkn pr export pipelinerun -n foo | kubectl create -f- -n bar
json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file
The text was updated successfully, but these errors were encountered: