From 9b065d242623fa36561f01b8cedceebe2333e7d5 Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:29:29 +0530 Subject: [PATCH] Add disableTlsVerification in workflow --- .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 c122727..0709980 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"