Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Aug 27, 2024
1 parent 7a4272f commit 999bae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/pipelines/tekton/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ const (
value: git-clone
- name: version
value: "0.9"
podTemplate:
securityContext:
fsGroup: 65532
workspaces:
- name: output
workspace: source-workspace`
Expand Down
3 changes: 3 additions & 0 deletions pkg/pipelines/tekton/templates_pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ metadata:
{{end}}
generateName: {{.PipelineRunName}}
spec:
podTemplate:
securityContext:
fsGroup: 65532
params:
- name: gitRepository
value: {{.RepoUrl}}
Expand Down
3 changes: 3 additions & 0 deletions pkg/pipelines/tekton/templates_s2i.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ metadata:
{{end}}
generateName: {{.PipelineRunName}}
spec:
podTemplate:
securityContext:
fsGroup: 65532
params:
- name: gitRepository
value: {{.RepoUrl}}
Expand Down

0 comments on commit 999bae7

Please sign in to comment.