Skip to content

Commit

Permalink
add ns var
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Nov 12, 2024
1 parent 333c47a commit 75fc125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
env:
region: us-east-2
namespace: mysql-namespace
jobs:
build-and-push:
name: Build and Push to ECR
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
- name: Deploy with Helm
run: |
helm upgrade --install mysql-app ./mysql-connect-helm-chart \
--set namespace="mysql-namespace" \
--set namespace="${{ env.namespace}}" \
--set mysql.dbHost="${{ env.DB_ADDRESS }}" \
--set mysql.dbUser="${{ env.DB_USER }}" \
--set mysql.dbPassword="${{ env.DB_PASSWORD }}" \
Expand Down

0 comments on commit 75fc125

Please sign in to comment.