From dcd8e91c9b64d86a8330d4f798703c08834da4df Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 15 Aug 2021 01:46:00 +0200 Subject: [PATCH] feat(postgres): Add name label to namespace This patch should allow to automate network policies better, by adding a label with the namespace name to the postgres namespace --- infrastructure/postgres/namespace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/postgres/namespace.yaml b/infrastructure/postgres/namespace.yaml index 50d9b01f0..87ce1a9e8 100644 --- a/infrastructure/postgres/namespace.yaml +++ b/infrastructure/postgres/namespace.yaml @@ -2,3 +2,5 @@ apiVersion: v1 kind: Namespace metadata: name: zalando-postgres + labels: + name: zalando-postgres -- GitLab