cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit dda2076e4df2d8e05e5b77c164a39cd207f44d40
parent c30d293b5400f4f8e38e449bc6a8680adef08f2f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Apr 2024 00:13:39 +0200

Dont create pg cluster before operator runs

Diffstat:
Minfrastructure/configs/kustomization.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/configs/kustomization.yaml b/infrastructure/configs/kustomization.yaml @@ -4,4 +4,4 @@ resources: - cluster-issuers.yaml - flux-grafana.yaml - priority-classes.yaml - - postgres-clusters.yaml + #- postgres-clusters.yaml