From 34d98c0303b97013f6fd61e035c53be9e987e6f2 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Sun, 13 Apr 2025 19:29:22 +0100 Subject: [PATCH] Got rid of NS in resources PG --- k8s/core/postgresql/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/core/postgresql/kustomization.yaml b/k8s/core/postgresql/kustomization.yaml index 47d90b5..917bb42 100644 --- a/k8s/core/postgresql/kustomization.yaml +++ b/k8s/core/postgresql/kustomization.yaml @@ -14,6 +14,7 @@ helmCharts: repo: https://helm.runix.net version: 1.37.0 releaseName: pgmanager + namespace: psql valuesFile: values.yaml includeCRDs: true