Skip to content
Snippets Groups Projects
Select Git revision
  • 9fbd2d1956c0477a68a48c74ac4911bc1e3c8280
  • main default protected
  • release
  • OZG-8252-gitlab-pipeline
  • OZG-7774-E2E
  • OZG-5120-PoC-Native-Image
  • 1.11.0
  • 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
26 results

Root.java

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