
It is not a part of the sandbox. It was used for testing the job. Change-Id: I58d0c3e5d238c9ac398f9c8e6a8a88e533207c03
15 lines
477 B
YAML
15 lines
477 B
YAML
- job:
|
|
name: nebulous-sandbox-apply-helm-charts
|
|
parent: nebulous-apply-helm-charts
|
|
dependencies:
|
|
- name: opendev-buildset-registry
|
|
soft: false
|
|
required-projects:
|
|
- nebulous/component-sandbox
|
|
requires:
|
|
- nebulous-component-sandbox-cointainer-images
|
|
description: Deploy a Kubernetes cluster and apply charts.
|
|
vars:
|
|
helm_charts:
|
|
nebulous-component-sandbox: ../component-sandbox/charts/nebulous-component-sandbox
|