Closed ncskier closed 4 years ago
I ran into a couple of issues going through this tutorial.
workingDir
workingdir
apply_manifest_task.yaml has a typo:
apply_manifest_task.yaml
workingdir: /workspace/source
should be
workingDir: /workspace/source
pipeline
The tutorial does not specify a ServiceAccount when creating the PipelineRun. So, it fails when pushing images to the internal registry:
tkn pipeline start build-and-deploy
Instead, we should run the PipelineRun under the pipeline ServiceAccount
tkn pipeline start build-and-deploy --serviceaccount pipeline
I ran into a couple of issues going through this tutorial.
1.
workingDir
instead ofworkingdir
apply_manifest_task.yaml
has a typo:should be
2. run with
pipeline
ServiceAccountThe tutorial does not specify a ServiceAccount when creating the PipelineRun. So, it fails when pushing images to the internal registry:
Instead, we should run the PipelineRun under the
pipeline
ServiceAccount