Skip to content

Commit

Permalink
Update deployment-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski authored Dec 21, 2024
1 parent c9e08ec commit a22fd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Retrieve PostgreSQL Password
id: get-postgres-password
run: |
export POSTGRES_PASSWORD=$(kubectl get secret --namespace "$NAMESPACE" template-repository-postgresql -o jsonpath="{.data.postgres-password}" | base64 -d)
export POSTGRES_PASSWORD=$(kubectl get secret --namespace "$NAMESPACE" template-repo-app-secrets -o jsonpath="{.data.postgres-password}" | base64 -d)
echo "POSTGRES_PASSWORD=$POSTGRES_PASSWORD" >> $GITHUB_ENV
- name: Deploy with Helm
Expand Down

0 comments on commit a22fd0d

Please sign in to comment.