Skip to content
Snippets Groups Projects
Select Git revision
  • 7da164f531a5026b5f31d2750b05665e2781935a
  • main default protected
  • KOP-3064-Test-Nachrichten-Fuer-Enaio-DMS
  • KOP-3139-ozgcloud-Abhaengigkeit-entfernen
  • OZG-8085-ci-components-poc
  • KOP-3126-Reproduce-Bug
  • 0.2.2
  • 0.2.1
  • 0.2.0
9 results

XtaClientRemoteITCase.java

Blame
  • run_helm_test.sh 221 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' .