Use underscores instead of dashes in gitlab.rb
[ci skip]
This commit is contained in:
parent
4049783d88
commit
1bde5d11e3
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ To enable the postgres exporter:
|
|||
1. Add or find and uncomment the following line, making sure it's set to `true`:
|
||||
|
||||
```ruby
|
||||
postgres-exporter['enable'] = true
|
||||
postgres_exporter['enable'] = true
|
||||
```
|
||||
|
||||
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
|
||||
|
|
|
@ -14,7 +14,7 @@ To enable the Redis exporter:
|
|||
1. Find and uncomment the following line, making sure it's set to `true`:
|
||||
|
||||
```ruby
|
||||
redis-exporter['enable'] = true
|
||||
redis_exporter['enable'] = true
|
||||
```
|
||||
|
||||
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
|
||||
|
|
Loading…
Reference in a new issue