Skip to content

Fix wront cluster_id in helm chart #51

Fix wront cluster_id in helm chart

Fix wront cluster_id in helm chart #51

Workflow file for this run

name: Lint Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
- name: Scan repo with kube-linter
uses: stackrox/[email protected]
with:
directory: charts
config: kube-linter-config.yaml
format: plain
version: v0.6.7