Skip to content

Commit

Permalink
Fix invalid timezone variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
isZumpo committed Aug 13, 2024
1 parent 9293519 commit 7e7c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/birdnet-go/templates/deployments/birdnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
protocol: TCP
env:
- name: TZ
value: {{ .Values.timezoneZ }}
value: {{ .Values.timezone }}
resources:
args:
- realtime
Expand Down

0 comments on commit 7e7c169

Please sign in to comment.