Skip to content
Snippets Groups Projects
Select Git revision
  • 611f4ea4992a1e06682e751aae7bf63ad4f49b74
  • main default protected
  • release
  • 0.21.0
  • 0.20.0
  • 0.19.0
  • 0.18.0
  • 0.17.0
  • 0.16.0
  • 0.15.0
  • 0.14.0
  • 0.13.0
  • 0.11.0
  • 0.10.0
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.0
23 results

pom.xml

Blame
  • run_helm_test.sh 228 B
    #!/bin/sh
    
    set -e
    set -x
    
    helm template  ./src/main/helm/ -f src/test/helm-linter-values.yaml
    helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/
    cd src/main/helm && helm unittest  -f '../../test/helm/**/*test.yaml' .