We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceabb9 commit bb40d44Copy full SHA for bb40d44
helm/github-rate-limits-prometheus-exporter/templates/deployment.yaml
@@ -35,7 +35,7 @@ spec:
35
imagePullPolicy: {{ .Values.image.pullPolicy }}
36
env:
37
- name: GITHUB_LOG_METRIC_COLLECTION
38
- value: {{ .Values.logging.logMetricCollection | default "true" }}
+ value: {{ .Values.logging.logMetricCollection | quote }}
39
{{- if eq .Values.github.authType "app" }}
40
- name: GITHUB_AUTH_TYPE
41
value: {{ .Values.github.authType | upper | quote }}
0 commit comments