mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 13:39:44 +00:00
fix(pg-default): kustomizations
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ks.yaml
|
||||
- pguser/externalsecrets.yaml
|
||||
- rbac-pushsecret.yaml
|
||||
@@ -26,7 +26,6 @@ metadata:
|
||||
namespace: "pg"
|
||||
spec:
|
||||
refreshInterval: "1m"
|
||||
deletionPolicy: "Retain"
|
||||
secretStoreRefs:
|
||||
- kind: "SecretStore"
|
||||
name: "kubernetes-pg-pushsecret"
|
||||
|
||||
Reference in New Issue
Block a user