fix(pg-default): kustomizations

This commit is contained in:
JJGadgets
2023-12-25 02:15:18 +08:00
parent e147c6dd6a
commit d58f01a36d
3 changed files with 1 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ resources:
- ../../../deploy/core/ingress/cloudflare/
- ../../../deploy/core/ingress/external-proxy-x/
- ../../../deploy/core/db/pg/
- ../../../deploy/core/db/pg/clusters/default/
- ../../../deploy/core/monitoring/metrics-server/
- ../../../deploy/core/monitoring/node-exporter/
- ../../../deploy/core/monitoring/kps/

View File

@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ks.yaml
- pguser/externalsecrets.yaml
- rbac-pushsecret.yaml

View File

@@ -26,7 +26,6 @@ metadata:
namespace: "pg"
spec:
refreshInterval: "1m"
deletionPolicy: "Retain"
secretStoreRefs:
- kind: "SecretStore"
name: "kubernetes-pg-pushsecret"