From 95e7135b1bc3ee9dc06f8b4c12aedcaaca87bd20 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Tue, 19 Dec 2023 19:43:42 +0000 Subject: [PATCH] NIT-994 pipeline for installing helm charts --- .github/workflows/cloud-platform-deploy-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-platform-deploy-release.yml b/.github/workflows/cloud-platform-deploy-release.yml index d23ac70..c12cf23 100644 --- a/.github/workflows/cloud-platform-deploy-release.yml +++ b/.github/workflows/cloud-platform-deploy-release.yml @@ -36,7 +36,7 @@ jobs: uses: azure/setup-kubectl@v3 # with: # version: 'v1.28' # default is latest stable - # id: install + id: install - name: Install Helm uses: azure/setup-helm@v3 @@ -53,7 +53,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 if [ -z ${SECRET+x} ]