Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSam Galson <samgalson@gmail.com>2017-12-21 16:05:19 +0300
committerSam Galson <samgalson@gmail.com>2017-12-21 16:05:19 +0300
commit66c03aaa4c5fd8902310740b229d9caf49d7bc25 (patch)
tree2b028840d3a72e6787afae64f7f1786b6bb3233a /doc
parent3ee5fd156e3465a1e1c04b2b321c62b577496ee8 (diff)
Fix prometheus arg in prometheus.yml
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/integrations/samples/prometheus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/samples/prometheus.yml b/doc/user/project/integrations/samples/prometheus.yml
index 30b59e172a1..3a4735d282f 100644
--- a/doc/user/project/integrations/samples/prometheus.yml
+++ b/doc/user/project/integrations/samples/prometheus.yml
@@ -94,7 +94,7 @@ spec:
- name: prometheus
image: prom/prometheus:latest
args:
- - '-config.file=/prometheus-data/prometheus.yml'
+ - '--config.file=/prometheus-data/prometheus.yml'
ports:
- name: prometheus
containerPort: 9090