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

This commit is contained in:
2026-04-06 14:23:29 +02:00
parent a1be766984
commit 3df789ef65
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
with:
version: "3.15.0"
- uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Validate Helm
uses: helmfile/helmfile-action@d9fefe29b0d07e9ab187ecfe1d63eff91e0a070c # v2.4.1
with:
helmfile-args: diff
helmfile-workdirectory: "crowdsec"