Skip to content

Surface propeller.limit-namespace in webhook minimal config #1504

Surface propeller.limit-namespace in webhook minimal config

Surface propeller.limit-namespace in webhook minimal config #1504

Workflow file for this run

name: helm
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4.3.1
with:
version: v4.0.4
- name: Run linter
run: make lint
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4.3.1
with:
version: v4.0.4
- name: Run tests
run: make helm-test
kubeconform:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up kubeconform
uses: yokawasa/action-setup-kube-tools@v0.11.2
- name: Run kubeconform
run: make kubeconform-test