Skip to content
Snippets Groups Projects
Commit 2a6ddefd authored by OZGCloud's avatar OZGCloud
Browse files

fix helm lint path

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