This commit is contained in:
병준 박 2025-04-09 03:02:10 +00:00
parent ba2caa932d
commit aedd547a56

View File

@ -1,9 +1,8 @@
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: git-clone-checkout
namespace: gitops-ci
labels:
app.kubernetes.io/version: "0.9"
annotations:
@ -81,7 +80,7 @@ spec:
- name: HOME
value: "$(params.userHome)"
- name: PARAM_URL
value: $(params.repo-url)
value: $(params.url)
- name: PARAM_REVISION
value: $(params.revision)
- name: PARAM_VERBOSE