fix: update for tekton community

This commit is contained in:
2025-02-09 00:55:39 -07:00
parent 613f663fb2
commit 074b89cb46
7 changed files with 131 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ spec:
- mountPath: /env-vars
name: env-vars
workingDir: $(workspaces.source.path)
securityContext:
runAsUser: 0
- image: $(params.BUILDER_IMAGE)
name: build-and-push
script: |

View File

@@ -80,7 +80,7 @@ spec:
value: {{ .Values.quayHostname }}
pipelineRef:
name: {{ include "common.name" . }}
serviceAccountName: pipeline
serviceAccountName: tekton-pipeline
workspaces:
- name: source
volumeClaimTemplate: