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 - ALL
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
env:
- name: HOME
value: /tekton/home
script: | script: |
#!/bin/bash #!/bin/bash
set -e set -e

View File

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

View File

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