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 2541d10 commit 6d723a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ jobs:
if [ -z ${SECRET} ]
then
SECRET=$(openssl rand -base64 20)
echo "Generated secret value = $SECRET"
fi
echo "===== Final secret value = $SECRET"
echo "===== KUBE_NAMESPACE = ${KUBE_NAMESPACE} ======"
# This is the S3 bucket where docs are stored
export BUCKET_NAME=$(awk '{print substr($0, 0)}' <<< $(kubectl get secrets s3-bucket-output -o jsonpath='{.data.bucket_name}' | base64 -d))
Expand Down

0 comments on commit 6d723a0

Please sign in to comment.