Fix resources isues 14

This commit is contained in:
2026-01-22 17:43:34 +01:00
parent 4699bcbb7a
commit 741112be63
3 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ spec:
- ALL
seccompProfile:
type: RuntimeDefault
env:
- name: HOME
value: /tekton/home
script: |
#!/bin/bash
set -e

View File

@@ -42,6 +42,9 @@ spec:
- ALL
seccompProfile:
type: RuntimeDefault
env:
- name: HOME
value: /tekton/home
script: |
#!/bin/sh
set -e

View File

@@ -46,6 +46,8 @@ spec:
type: RuntimeDefault
workingDir: $(workspaces.source.path)
env:
- name: HOME
value: /tekton/home
- name: GIT_USERNAME
valueFrom:
secretKeyRef: