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"