Skip to content

Commit 1b259e1

Browse files
authored
fix(helm-metrics): Flag format for promExporter changed (#12010)
1 parent ce3b78d commit 1b259e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/defectdojo/templates/django-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
- name: metrics
137137
image: {{ .Values.monitoring.prometheus.image }}
138138
imagePullPolicy: {{ .Values.monitoring.prometheus.imagePullPolicy }}
139-
command: [ '/usr/bin/nginx-prometheus-exporter', '-nginx.scrape-uri', 'http://127.0.0.1:8080/nginx_status']
139+
command: [ '/usr/bin/nginx-prometheus-exporter', '--nginx.scrape-uri', 'http://127.0.0.1:8080/nginx_status']
140140
ports:
141141
- name: http-metrics
142142
protocol: TCP

0 commit comments

Comments
 (0)