From 2d3f50d2a969638b4dafb7ec95eda8abd6c87178 Mon Sep 17 00:00:00 2001 From: jem Date: Tue, 1 Jun 2021 20:53:10 +0200 Subject: [PATCH] remove unused blanks --- src/main/resources/postgres/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/postgres/deployment.yaml b/src/main/resources/postgres/deployment.yaml index af5c590..5448e3d 100644 --- a/src/main/resources/postgres/deployment.yaml +++ b/src/main/resources/postgres/deployment.yaml @@ -31,7 +31,7 @@ spec: valueFrom: configMapKeyRef: name: postgres-config - key: postgres-db + key: postgres-db ports: - containerPort: 5432 name: postgresql