Skip to content

move default region to conf #9

move default region to conf

move default region to conf #9

Workflow file for this run

name: CI helm
on:
push:
branches:
- main
paths:
- deploy/**
pull_request:
branches:
- main
paths:
- deploy/**
jobs:
helm-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install helm
uses: azure/[email protected]
- name: Lint default chart
run: |
helm lint ./deploy/chorus --strict
- name: Lint chart with all components enabled
run: |
helm lint ./deploy/chorus --strict --set agent.enabled=true,worker.config.metrics.enabled=true,proxy.config.metrics.enabled=true,agent.config.metrics.enabled=true