Skip to content
Snippets Groups Projects
run_helm_test.sh 222 B
Newer Older
  • Learn to ignore specific revisions
  • OZGCloud's avatar
    OZGCloud committed
    #!/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 -f '../../test/helm/**/*test.yaml'  .