14 lines
346 B
YAML
14 lines
346 B
YAML
|
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"
|