问题标签 [openshift-pipelines]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kubernetes - Tekton:yq 任务给出safelyRenameFile [ERRO] Failed copying from /tmp/temp & [ERRO] open /workspace/source 权限被拒绝错误
我们有一个 Tekton 管道,并且想要替换image
我们的标签内容deployment.yml
:
我们的 Tekton 管道使用来自 Tekton Hub 的 yq 任务将 替换为.spec.template.spec.containers[0].image
如下"$(params.IMAGE):$(params.SOURCE_REVISION)"
名称:
遗憾的是 yq Task 似乎不起作用,它产生一个绿色
Step completed successfully
,但显示以下错误:
这也是我们 Tekton Dashboard 的屏幕截图:
关于如何解决错误的任何想法?