Skip to content
Snippets Groups Projects
Select Git revision
  • ce03d4ca70fc9b95c52a246daf9246cac7c97e3a
  • main default protected
  • release
  • master-interface-proto4
  • ozg-5634-ozgcloud-ingress
  • OZG-3322_connect_to_mongodb_over_tls
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.0
  • 2.11.0
  • 2.10.1
  • 2.10.0
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.1
  • 2.5.0
  • 2.4.0
  • 2.3.0
26 results

run_helm_test.sh

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'  .