Skip to content

Commit

Permalink
NIT-994 pipeline for installing helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahzad Chaudhry committed Dec 20, 2023
1 parent e83c0c9 commit 7a208b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7a208b4

Please sign in to comment.