fix(airflow): fix checking monitoring flag
This commit is contained in:
@@ -187,7 +187,7 @@ statsd:
|
||||
drop:
|
||||
- ALL
|
||||
|
||||
{{- if .Env.MONITORING_ENABLED }}
|
||||
{{- if eq .Env.MONITORING_ENABLED "true" }}
|
||||
# Prometheus metrics configuration
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user