cluster

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

commit 5f1a043c02348b45970ebdba477862c8c96e4f95
parent b9562aad61e5f805a3ddf72c5cd13ca79da1ea1a
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 20 Dec 2025 23:14:12 +0100

fix secret

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

Diffstat:
Mapps/talos_cluster/immich/kustomization.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/immich/kustomization.yaml b/apps/talos_cluster/immich/kustomization.yaml @@ -7,5 +7,8 @@ resources: - route.yaml secretGenerator: - name: immich-database + # Prevent the name from changing on each kustomize build + options: + disableNameSuffixHash: true files: - database-credentials.yaml