2019-12-20 18:38:12 +00:00
|
|
|
- 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
|
2020-01-10 01:27:00 +00:00
|
|
|
|
|
|
|
- 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
|