Skip to content
Snippets Groups Projects
Select Git revision
  • 0d00b43492121cea43f6a08116e8e1e26f52a249
  • 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 252 B
    #!/bin/sh
    
    set -e
    
    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 --helm3 -f '../../test/helm/*/*.yaml' -f '../../test/helm/*.yaml' .