feat: 纳管共享 etcd 与 k3s 外 PostgreSQL 高可用及备份
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
# 仅供未来独立 Ayatori 控制面;此 namespace 必须与 manager 的 Secret namespace 一致。
|
||||
namespace: ayatori-system
|
||||
resources:
|
||||
- instances.yaml
|
||||
- admin-credentials.yaml
|
||||
configMapGenerator:
|
||||
- name: homelab-postgresql-ca
|
||||
files: [ca.crt]
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
Reference in New Issue
Block a user