Skip to content
Snippets Groups Projects
Select Git revision
  • 8cf6517f56c2c08040eb74aa45d848e945933b8a
  • main default protected
  • release
  • OZG-8252-gitlab-pipeline
  • OZG-7774-E2E
  • OZG-5120-PoC-Native-Image
  • 1.10.0
  • 1.9.0
  • 1.8.0
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.0
  • 0.2.0
26 results

run_helm_test.sh

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