Skip to content

Allow web deployment value to be configured through values #1706

Allow web deployment value to be configured through values

Allow web deployment value to be configured through values #1706

Workflow file for this run

name: Lint test
on:
workflow_dispatch:
pull_request:
paths:
- charts/**
- .github/workflows/test-lint-helm.yaml
push:
branches:
- main
jobs:
helm-lint:
runs-on: ubuntu-20.04
strategy:
matrix:
cloud: ["aws", "azure", "do", "gcp", "other"]
steps:
- uses: actions/checkout@v3
- run: helm lint --strict --set "cloud=${{ matrix.cloud }}" charts/posthog