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 19, 2023
1 parent 79bffdb commit 95e7135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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} ]
Expand Down

0 comments on commit 95e7135

Please sign in to comment.