Split CloudNativePG from Postgres Cluster

This commit is contained in:
Daniel Cosme
2026-05-02 06:55:29 -04:00
parent e6973e801c
commit 57a2b65f20
15 changed files with 81 additions and 70 deletions
-3
View File
@@ -18,11 +18,8 @@ func Stack() stack.Stack {
meta_system,
map[string]any{
"namespace": SystemNamespace,
"cluster-namespace": root.PGClusterNamespace,
"helm-repository-source": HelmSource(),
"helm-release": HelmRelease(),
"pg-cluster": Cluster(),
"immich-db": ImmichDatabase(),
},
)
return kz.Stack("cloud-native-pg")