diff --git a/incubating/argo-cd-sync/argocd_sync.py b/incubating/argo-cd-sync/argocd_sync.py index f3ca4e67c..8ad448bf9 100644 --- a/incubating/argo-cd-sync/argocd_sync.py +++ b/incubating/argo-cd-sync/argocd_sync.py @@ -25,7 +25,7 @@ LOG_LEVEL = os.getenv('LOG_LEVEL', "info") # Check the certificate or not accessing the API endpoint -VERIFY = True if os.getenv('INSECURE', "False").lower() == "true" else False +VERIFY = True if os.getenv('INSECURE', "False").lower() == "false" else False CA_BUNDLE = os.getenv('CA_BUNDLE') if CA_BUNDLE != None: