Skip to content
Snippets Groups Projects
Commit e128b236 authored by Sören Henning's avatar Sören Henning
Browse files

Add helm lint to CI pipeline

parent ebac8e7e
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
...@@ -15,6 +15,15 @@ stages: ...@@ -15,6 +15,15 @@ stages:
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
# Theodolite Helm Chart
lint-helm:
stage: check
image: alpine/helm:3.5.2
tags:
- exec-docker
script: helm lint execution/helm/theodolite-chart/
# Theodolite Benchmarks # Theodolite Benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment