Skip to content
Snippets Groups Projects
Select Git revision
  • 25bb131b12bc8b129950f8811210bf2ad816e48b
  • main default protected
  • OZG-6319-inlcude-externe-fachstelle-to-collaboration
  • OZG-7981-Statistik-Anzeige-von-Mandanten
  • OZG-8378-fix-routing
  • OZG-8376-ods-select
  • OZG-8405-Alfa-Bearbeiter-auswählen-und-entfernen-Design
  • OZG-8430-radio-button-card-styling
  • admin-cleanup
  • OZG-7981-Statistik-Anzeige-von-Mandanten-2
  • wip-sebo-sebastian
  • fix-storybook
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • testing-imports
  • storybook-improvements
  • release-administration
  • OZG-8422-BenutzerSpeichern
  • release-info
  • release
  • OZG-7856_schadcode-scanner-e2e
  • OZG-7985-fix-sorting
  • 1.12.1-administration
  • 1.12.0-administration
  • 1.12.0-info
  • 2.27.0-alfa
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
41 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' .