Skip to content
Snippets Groups Projects
Select Git revision
  • b3ccba9574677eecc367580eaf35c2bed3936f52
  • main default protected
  • release
  • master-interface-proto4
  • ozg-5634-ozgcloud-ingress
  • OZG-3322_connect_to_mongodb_over_tls
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.0
  • 2.11.0
  • 2.10.1
  • 2.10.0
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.1
  • 2.5.0
  • 2.4.0
  • 2.3.0
26 results

userprofile.proto

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