Updated the tekton installation
This commit is contained in:
13
manifests/tekton/cdh.yaml
Normal file
13
manifests/tekton/cdh.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: check-da-helm
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
params:
|
||||
- name: environment
|
||||
type: string
|
||||
steps:
|
||||
- name: check-da-helm
|
||||
image: ghcr.io/allanger/check-da-helm-helmfile-secrets:stable
|
||||
script: "cdh --kind helmfile -p helmfile.yaml --helmfile-environment \n"
|
Reference in New Issue
Block a user