++ fix postgresql namespace duplicate

This commit is contained in:
Kochetkov S 2026-06-24 10:31:40 +03:00
parent d51db72714
commit beb833890f
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: postgresql
labels:
istio-injection: enabled

View File

@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: postgresql
resources:
- namespace.yaml
- helmrelease.yaml