Skip to content

feat: Add Job and CronJob configuration options to values.yaml and … #5

feat: Add Job and CronJob configuration options to values.yaml and …

feat: Add Job and CronJob configuration options to values.yaml and … #5

Workflow file for this run

on:
pull_request:
branches:
- main
- dev
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Helm charts
run: task helm-validate