cluster

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

commit ed1392c512443ccf5d1d522cbed6c3582c4dbc75
parent 57d71dfb94ae31f2bc18415448ea248e5cf133e3
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat,  3 Jan 2026 16:48:17 +0100

fix missing secret

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/convex/kustomization.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/apps/talos_cluster/convex/kustomization.yaml b/apps/talos_cluster/convex/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization namespace: convex resources: - pvc.yaml + - pg-secret.yaml - deployment.yaml