Skip to content
Snippets Groups Projects
Select Git revision
  • 62f727a69bc134620810a9d2bde0f8a616f5ffe6
  • 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

Jenkinsfile

Blame
  • run_helm_test.sh 240 B
    #!/bin/sh
    
    set -e
    
    helm template  ./src/main/helm/ -f src/test/unit-values.yaml
    helm lint -f src/test/unit-values.yaml ./src/main/helm/
    cd src/main/helm && helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' .