Updated the tekton installation

This commit is contained in:
Nikolai Rodionov
2023-09-27 06:26:54 +02:00
parent bfe08e1eae
commit 3274fbdd97
10 changed files with 127 additions and 123 deletions

13
manifests/tekton/cdh.yaml Normal file
View 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"