diff options
author | Sam Galson <samgalson@gmail.com> | 2017-12-21 13:05:19 +0000 |
---|---|---|
committer | Sam Galson <samgalson@gmail.com> | 2017-12-21 13:05:19 +0000 |
commit | 66c03aaa4c5fd8902310740b229d9caf49d7bc25 (patch) | |
tree | 2b028840d3a72e6787afae64f7f1786b6bb3233a /doc | |
parent | 3ee5fd156e3465a1e1c04b2b321c62b577496ee8 (diff) | |
download | gitlab-ce-66c03aaa4c5fd8902310740b229d9caf49d7bc25.tar.gz |
Fix prometheus arg in prometheus.yml
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/samples/prometheus.yml | 2 |
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 |