Skip to content

Fix: condition to controll Gateway creation and selector for istio se… #445

Fix: condition to controll Gateway creation and selector for istio se…

Fix: condition to controll Gateway creation and selector for istio se… #445

Workflow file for this run

name: Helm CI
on: [push, pull_request]
jobs:
helm-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: helm-check-helmchart
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/helmchart
CHART_VALUES: ./tests/overrides-helmchart.yaml
- name: helm-check-cronjob
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/cronjob
CHART_VALUES: ./tests/overrides-cronjob.yaml
- name: Run helm unittest
run: |
helm plugin install https://github.com/quintush/helm-unittest
helm unittest ./charts/helmchart