From 9b3d34b4f080f48f87af0cf98b7c30f6dd2d04fe Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:23:07 +0530 Subject: [PATCH] [MINOR] Remove TLS verification flag --- .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..c122727 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: "false"