init
This commit is contained in:
parent
ba2caa932d
commit
aedd547a56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user