From 7a208b455cce9186d685b8be2ecd6dd9c24a3eb3 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Wed, 20 Dec 2023 10:31:51 +0000 Subject: [PATCH] NIT-994 pipeline for installing helm charts --- .github/workflows/cloud-platform-deploy-release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cloud-platform-deploy-release.yml b/.github/workflows/cloud-platform-deploy-release.yml index 5be0f85..2978047 100644 --- a/.github/workflows/cloud-platform-deploy-release.yml +++ b/.github/workflows/cloud-platform-deploy-release.yml @@ -47,10 +47,6 @@ jobs: # shell: bash working-directory: ./alfresco-content-services run: | - echo "===== Helm version ======" - helm version - echo "===== kubectl version ======" - kubectl version # See this link how github action secrets are created: https://github.com/ministryofjustice/cloud-platform-terraform-serviceaccount # See this example on how to use github secrets: https://github.com/ministryofjustice/cloud-platform-example-application/blob/main/.github/workflows/deploy.yml#L38 @@ -63,6 +59,11 @@ jobs: # For Alfresco, we only use one single namespace kubectl config set-context --current --namespace=${KUBE_NAMESPACE} + echo "===== Helm version ======" + helm version + echo "===== kubectl version ======" + kubectl version + # kubectl get all # Helm will not deploy unless this secret is present