Skip to content
Snippets Groups Projects
Commit 6fc3ac1d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3184 - helm: set unit values file for linter

parent 76772645
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ pipeline {
HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') {
sh "helm lint -f test-values.yaml"
sh "helm lint -f ../../test/unit-values.yaml"
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment