From 01670394a9ea6dd9bb5850e9e32f42ab7dd4f593 Mon Sep 17 00:00:00 2001 From: mg365348 Date: Sat, 8 Nov 2025 18:07:55 +0200 Subject: [PATCH] deleted kubeconform action --- .github/workflows/ci-kind-deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-kind-deploy.yml b/.github/workflows/ci-kind-deploy.yml index 267eca1e1..4ef5c7bbc 100644 --- a/.github/workflows/ci-kind-deploy.yml +++ b/.github/workflows/ci-kind-deploy.yml @@ -32,12 +32,6 @@ jobs: - name: Render chart manifests run: helm template ./helm > rendered-manifests.yaml - - name: Validate rendered manifests with kubeconform - uses: instrumenta/kubeconform-action@v1 - with: - files: rendered-manifests.yaml - args: -strict - unit-tests: name: Unit tests runs-on: ubuntu-latest