Skip to content

Commit

Permalink
connect to postgres on local
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Nov 14, 2023
1 parent 416c692 commit af203f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: |
kubectl create secret generic postgres-secrets --from-literal=password='super-secure-password'
kubectl create secret generic seqr-secrets --from-literal=django_key='securely-generated-key'
ct install --charts charts/seqr --namespace default
ct install --charts charts/seqr --namespace default --helm-extra-set-args "--set=environment.POSTGRES_SERVICE_HOSTNAME=172.17.0.1"

0 comments on commit af203f9

Please sign in to comment.