Skip to content

Commit

Permalink
Add missed variable to enable metrics (#8310)
Browse files Browse the repository at this point in the history
* Add missed variable to enable metrics

* Use the variable
  • Loading branch information
Enrique Ruiz authored Jul 19, 2021
1 parent cf126a1 commit aec8b65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ spec:
value: "true"
- name: POOL_SIZE
value: {{ .Values.blockscout.indexer.pool_size | quote }}
- name: METRICS_ENABLED
value: "{{.Values.blockscout.indexer.metrics.enabled}}"
{{ include "celo.blockscout-env-vars" . | indent 8 }}
{{- $data := dict "Values" .Values "Database" .Values.blockscout.indexer.db }}
{{ include "celo.blockscout-db-sidecar" $data | indent 6 }}
Expand Down

0 comments on commit aec8b65

Please sign in to comment.