From 75cdb06c8a338076c0c3c811cddf88f57cc8bcb2 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 25 Dec 2023 06:25:41 +0800 Subject: [PATCH] fix(pg): kustomizations --- kube/deploy/core/db/pg/clusters/default/kustomization.yaml | 3 +-- kube/deploy/core/db/pg/clusters/home/kustomization.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kube/deploy/core/db/pg/clusters/default/kustomization.yaml b/kube/deploy/core/db/pg/clusters/default/kustomization.yaml index 0a16ec6b..78166731 100644 --- a/kube/deploy/core/db/pg/clusters/default/kustomization.yaml +++ b/kube/deploy/core/db/pg/clusters/default/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ks.yaml - - rbac-pushsecret.yaml \ No newline at end of file + - ks.yaml \ No newline at end of file diff --git a/kube/deploy/core/db/pg/clusters/home/kustomization.yaml b/kube/deploy/core/db/pg/clusters/home/kustomization.yaml index 0a16ec6b..78166731 100644 --- a/kube/deploy/core/db/pg/clusters/home/kustomization.yaml +++ b/kube/deploy/core/db/pg/clusters/home/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ks.yaml - - rbac-pushsecret.yaml \ No newline at end of file + - ks.yaml \ No newline at end of file