b0cc01ceac
This job runs 'helm lint' on the user specified charts. Change-Id: Ie6f39bab366b683e773add181de516c3ac913866
22 lines
560 B
YAML
22 lines
560 B
YAML
- job:
|
|
name: chart-testing-lint
|
|
description: |
|
|
Run chart-testing on Helm charts
|
|
pre-run: playbooks/chart-testing/pre.yaml
|
|
run: playbooks/chart-testing/run.yaml
|
|
|
|
- job:
|
|
name: apply-helm-charts
|
|
description: |
|
|
Deploy a Kubernetes cluster and apply charts
|
|
pre-run: playbooks/helm/pre.yaml
|
|
run: playbooks/helm/run.yaml
|
|
post-run: playbooks/helm/post.yaml
|
|
|
|
- job:
|
|
name: helm-lint
|
|
description: |
|
|
Run helm lint on a Helm chart
|
|
pre-run: playbooks/helm-lint/pre.yaml
|
|
run: playbooks/helm-lint/run.yaml
|