From edc12c388fde0a503e6e93a3a1d6ad0224de6281 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:47:40 -0700 Subject: [PATCH] fix(temporal): add minimal cassandra config stub to satisfy chart template --- k8s/applications/temporal/temporal-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/applications/temporal/temporal-values.yaml b/k8s/applications/temporal/temporal-values.yaml index db0d57f..d5e5025 100644 --- a/k8s/applications/temporal/temporal-values.yaml +++ b/k8s/applications/temporal/temporal-values.yaml @@ -10,6 +10,10 @@ postgresql: cassandra: enabled: false port: 9042 + cluster: + seedSize: 1 + auth: + enabled: false elasticsearch: enabled: false