From 6a1ce2af7ceb3d901493e4bd93d589e0a8c7cd68 Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:31:30 +0530 Subject: [PATCH] Skip TLS validation --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0709980..6740e53 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,4 +19,4 @@ jobs: action: sync appName: ${{ secrets.ARGOCD_APP_NAME }} image: latest - disableTlsVerification: "false" + disableTlsVerification: "true"