Skip to content

Commit

Permalink
Fix for envFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
DGolubets committed Aug 10, 2024
1 parent 5c4c654 commit 2ca44a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
env:
- name: RUST_LOG
value: {{ .Values.logging.env_filter }}
value: {{ .Values.logging.envFilter }}
- name: DO_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 2ca44a3

Please sign in to comment.