Skip to content

Commit c21d193

Browse files
committed
Merge branch 'master' into feat/lw-10600-add-cip1854-support
2 parents 82449e7 + 76e4a26 commit c21d193

File tree

71 files changed

+20419
-15822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+20419
-15822
lines changed

justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ db region namespace database:
66
#!/usr/bin/env bash
77
export KUBECONFIG=${PRJ_ROOT}/.kube/{{region}}
88

9-
kubectl port-forward --context eks-readonly -n {{namespace}} pods/{{namespace}}-postgresql-0 5432:5432 &
10-
export PGPASSWORD=$(kubectl get secrets --context eks-readonly -n {{namespace}} readonly.{{namespace}}-postgresql.credentials.postgresql.acid.zalan.do --template=\{\{.data.password}} | base64 -d)
9+
kubectl port-forward --context $K8S_USER -n {{namespace}} pods/{{namespace}}-postgresql-0 5432:5432 &
10+
export PGPASSWORD=$(kubectl get secrets --context $K8S_USER -n {{namespace}} readonly.{{namespace}}-postgresql.credentials.postgresql.acid.zalan.do --template=\{\{.data.password}} | base64 -d)
1111

1212
# Wait for port to be open
1313
while ! nc -z localhost 5432; do

0 commit comments

Comments
 (0)