Skip to content

Commit 78c94e8

Browse files
committed
Remove Kubernetes PostgreSQL backup from Blackbox
1 parent 766009c commit 78c94e8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

kubernetes/namespaces/databases/blackbox/blackbox-configmap.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ data:
99
mongodb:
1010
main_mongodb:
1111
connection_string: mongodb://{{ MONGO_INITDB_ROOT_USERNAME }}:{{ MONGO_INITDB_ROOT_PASSWORD }}@mongodb.databases.svc.cluster.local:27017
12-
postgres:
13-
main_postgres:
14-
username: {{ POSTGRES_USER }}
15-
password: {{ POSTGRES_PASSWORD }}
16-
host: postgres.databases.svc.cluster.local
17-
port: "5432"
1812
13+
postgres:
1914
lovelace_postgres:
2015
username: {{ LOVELACE_BLACKBOX_POSTGRES_USER }}
2116
password: {{ LOVELACE_BLACKBOX_POSTGRES_PASSWORD }}
Binary file not shown.

0 commit comments

Comments
 (0)