From 7e7c169eec1d025fb36dae380fd50d2ea60f365f Mon Sep 17 00:00:00 2001 From: Hampus Carlsson Date: Tue, 13 Aug 2024 14:34:52 +0200 Subject: [PATCH] Fix invalid timezone variable reference --- charts/birdnet-go/templates/deployments/birdnet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/birdnet-go/templates/deployments/birdnet.yaml b/charts/birdnet-go/templates/deployments/birdnet.yaml index 2197649..7fb2fbf 100644 --- a/charts/birdnet-go/templates/deployments/birdnet.yaml +++ b/charts/birdnet-go/templates/deployments/birdnet.yaml @@ -34,7 +34,7 @@ spec: protocol: TCP env: - name: TZ - value: {{ .Values.timezoneZ }} + value: {{ .Values.timezone }} resources: args: - realtime