Skip to content

Commit

Permalink
Merge pull request #32 from JuribaDev/JuribaDev-patch-1
Browse files Browse the repository at this point in the history
Update cd.yml
  • Loading branch information
JuribaDev authored Aug 28, 2024
2 parents 67b4df6 + 78d55a1 commit fcc599f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
echo "Namespace already exists."
fi
Set correct permissions on manifests
chmod -R u+w k8s/
# Update Kubernetes manifests with secrets and environment variables
sed -i 's|ENVIRONMENT_NAMESPACE|'${{ secrets.ENVIRONMENT_NAMESPACE }}'|g' k8s/*.yaml
sed -i 's|MONGODB_URI_SECRET|'${{ secrets.MONGODB_URI_SECRET }}'|g' k8s/*.yaml
Expand Down

0 comments on commit fcc599f

Please sign in to comment.