5833a6f8e3
This job deploys a Kubernetes cluster and then runs all the Helm charts provided. Change-Id: If6c4a6d5bce912f55549d16175554154c86dd25a
15 lines
397 B
YAML
15 lines
397 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
|