From 47ba9252a198e6fb480b149f2927489034563380 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 18 Jun 2024 13:16:04 +1000 Subject: [PATCH] add namespace postgresql --- kubernetes/infrastructure/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index 40d9d9e..d451b67 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -7,6 +7,7 @@ resources: - ./namespaces/homer.yaml - ./namespaces/ingress-nginx.yaml - ./namespaces/podinfo.yaml + - ./namespaces/postgresql.yaml - ./namespaces/prometheus-operator.yaml - ./repositories/repositories.yaml # - ./cilium/cilium.yaml