Skip to content

Commit bb40d44

Browse files
authored
fix: quote GITHUB_LOG_METRIC_COLLECTION env var & remove default (#94)
1 parent 9ceabb9 commit bb40d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/github-rate-limits-prometheus-exporter/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
imagePullPolicy: {{ .Values.image.pullPolicy }}
3636
env:
3737
- name: GITHUB_LOG_METRIC_COLLECTION
38-
value: {{ .Values.logging.logMetricCollection | default "true" }}
38+
value: {{ .Values.logging.logMetricCollection | quote }}
3939
{{- if eq .Values.github.authType "app" }}
4040
- name: GITHUB_AUTH_TYPE
4141
value: {{ .Values.github.authType | upper | quote }}

0 commit comments

Comments
 (0)