Skip to content

Commit

Permalink
Adding metrics logic for NAUTOBOT_METRICS
Browse files Browse the repository at this point in the history
  • Loading branch information
nniehoff committed Oct 15, 2021
1 parent 781a8e8 commit d0032bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nautobot/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
NAUTOBOT_DEBUG: "False"
{{- end }}
NAUTOBOT_LOG_LEVEL: {{ .Values.nautobot.logLevel | quote }}
{{- if .Values.nautobot.metrics }}
{{- if or .Values.nautobot.metrics .Values.metrics.enabled }}
NAUTOBOT_METRICS_ENABLED: "True"
{{- else }}
NAUTOBOT_METRICS_ENABLED: "False"
Expand Down

0 comments on commit d0032bd

Please sign in to comment.