Skip to content

chore: change the config setup via environment variables in the helm chart #10

chore: change the config setup via environment variables in the helm chart

chore: change the config setup via environment variables in the helm chart #10

Workflow file for this run

name: Helm Chart
on:
push:
branches:
- main
paths:
- chart/**
pull_request:
branches:
- main
paths:
- chart/**
jobs:
lint:
runs-on: depot-ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4
- name: Lint Helm chart
run: helm lint chart