Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

testbtn.component.ts

Blame
  • run_helm_test.sh 216 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 -f '../../test/helm/*.yaml'  .