diff --git a/manifests/01-namespaces/pg.yaml b/manifests/01-namespaces/pg.yaml index 3bd4229..41d4afa 100644 --- a/manifests/01-namespaces/pg.yaml +++ b/manifests/01-namespaces/pg.yaml @@ -46,16 +46,16 @@ metadata: namespace: pg data: servers.json: | - { - "Servers": { - "1": { - "Name": "pg-k8s", - "Group": "Servers", - "Port": 15432, - "Username": "admin", - "Host": "pg.guaranteedstruggle.host", - "SSLMode": "prefer", - "MaintenanceDB": "mainbase" - } - } - } \ No newline at end of file + { + "Servers": { + "1": { + "Name": "pg-k8s", + "Group": "Servers", + "Port": 15432, + "Username": "admin", + "Host": "pg.guaranteedstruggle.host", + "SSLMode": "prefer", + "MaintenanceDB": "mainbase" + } + } + } \ No newline at end of file