From 9077c315cb022b7d745485777aee5cac13a8b07d Mon Sep 17 00:00:00 2001 From: Kevin Leyow Date: Tue, 27 Aug 2024 22:19:32 -0500 Subject: [PATCH] remove --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e7cc747..c288c3f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,7 +16,8 @@ jobs: - name: Install dependencies in environment run: nix-env -if integration_test/default.nix - name: Validate integration test manifest - run: kustomize build integration_test | kubeconform -strict -kubernetes-version 1.21.5 + run: kustomize build integration_test + # | kubeconform -strict -kubernetes-version 1.17.9 integration_test: timeout-minutes: 45