Skip to content

Conversation

@Kookster310
Copy link
Contributor

No description provided.

@Kookster310 Kookster310 merged commit 3744452 into main Oct 3, 2025
3 of 4 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bug: MySQL Credential Template Failure

The removal of sed commands for MySQL credential substitution means db.yaml and instance.yaml templates are applied with unresolved placeholders like {{MYSQL_USERNAME}}, {{MYSQL_PASSWORD}}, and {{MYSQL_USER}}. This causes the database setup and instance deployment to fail.

.github/scripts/deploy-instance.sh#L12-L15

echo "Update instance yamls"
echo "Creating DB :: pm4_ci-{{INSTANCE}}"
cat .github/templates/db.yaml
kubectl apply -f .github/templates/db.yaml --v=4

Fix in Cursor Fix in Web


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants