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

fix helm lint values name

parent 2a6ddefd
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 ../../test/helm/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