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 7860bd9 commit 57c4ab7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
SECRET=$(openssl rand -base64 20)
fi
echo "===== secret value = ${SECRET}"
echo "===== secret value = $SECRET"
# Upgrad an existing release or create a new one if one does not exist
BUCKET_NAME = $(awk '{print substr($0, 0)}' <<< $(kubectl get secrets s3-bucket-output -o jsonpath='{.data.bucket_name}' | base64 -d))
helm upgrade --install alfresco-content-services . --values=./values.yaml \
--set s3connector.config.bucketName=${BUCKET_NAME} \
--set global.tracking.sharedsecret=${SECRET} \
--atomic
--set s3connector.config.bucketName=$BUCKET_NAME \
--set global.tracking.sharedsecret=$SECRET

0 comments on commit 57c4ab7

Please sign in to comment.