Skip to content

Commit

Permalink
Merge branch 'master' into feat/lw-10600-add-cip1854-support
Browse files Browse the repository at this point in the history
  • Loading branch information
greatertomi authored May 30, 2024
2 parents 82449e7 + 76e4a26 commit ef78262
Show file tree
Hide file tree
Showing 71 changed files with 20,419 additions and 15,821 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ db region namespace database:
#!/usr/bin/env bash
export KUBECONFIG=${PRJ_ROOT}/.kube/{{region}}
kubectl port-forward --context eks-readonly -n {{namespace}} pods/{{namespace}}-postgresql-0 5432:5432 &
export PGPASSWORD=$(kubectl get secrets --context eks-readonly -n {{namespace}} readonly.{{namespace}}-postgresql.credentials.postgresql.acid.zalan.do --template=\{\{.data.password}} | base64 -d)
kubectl port-forward --context $K8S_USER -n {{namespace}} pods/{{namespace}}-postgresql-0 5432:5432 &
export PGPASSWORD=$(kubectl get secrets --context $K8S_USER -n {{namespace}} readonly.{{namespace}}-postgresql.credentials.postgresql.acid.zalan.do --template=\{\{.data.password}} | base64 -d)

# Wait for port to be open
while ! nc -z localhost 5432; do
Expand Down
Loading

0 comments on commit ef78262

Please sign in to comment.