From ef28906414329dc791ce1b2d2ea03df0b033e7a9 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Tue, 19 Dec 2023 20:56:37 +0000 Subject: [PATCH] NIT-994 pipeline for installing helm charts --- .github/workflows/cloud-platform-deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-platform-deploy-release.yml b/.github/workflows/cloud-platform-deploy-release.yml index 7c8fc0a..1814188 100644 --- a/.github/workflows/cloud-platform-deploy-release.yml +++ b/.github/workflows/cloud-platform-deploy-release.yml @@ -55,7 +55,7 @@ jobs: # For Alfresco, we only use one single namespace kubectl config set-context --current --namespace=${KUBE_NAMESPACE} - kubectl get all -n + kubectl get all # Helm will not deploy unless this secret is present SECRET=$(awk '{print substr($0, 19)}' <<< $(kubectl get secrets alfresco-content-services-alfresco-repository-properties-secret -o jsonpath='{.data.alfresco-global\.properties}' | base64 -d)) 2> /dev/null