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