From 7634f760ee15c67e6028b3aaeeb5eacba7564516 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Tue, 19 Dec 2023 20:59:13 +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 1814188..5e7703e 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 + # 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