adjust ci
All checks were successful
Validate / validate-coredns (push) Successful in 8s
Validate / validate-node-lables (push) Successful in 18s
Validate / validate-traefik (push) Successful in 32s

This commit is contained in:
2026-04-06 14:23:29 +02:00
parent 558922b90d
commit 292c558f56
2 changed files with 0 additions and 57 deletions

View File

@@ -47,23 +47,3 @@ jobs:
namespace: kube-system
lintType: dryrun
manifests: "traefik/"
validate-crowdsec:
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
with:
version: "3.15.0"
- uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Validate Helm
uses: helmfile/helmfile-action@37b026692c13757b2852cd7449e6e82eccc345d3 # v2.1.1
with:
helmfile-args: diff
helmfile-workdirectory: "crowdsec"