Skip to content

fix: condition to control virtualService creation #459

fix: condition to control virtualService creation

fix: condition to control virtualService creation #459

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