summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/test_environments.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-01 03:05:57 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-01 03:05:57 +0000
commitec60358d52be0dc99f52db94dc95209f1486eac9 (patch)
treeae697a01f32bf46443fcdbdefe9873caf62a18b3 /doc/administration/troubleshooting/test_environments.md
parentb38cf7ccdf8b7ca90bce587a1bf4765631733017 (diff)
downloadgitlab-ce-ec60358d52be0dc99f52db94dc95209f1486eac9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/troubleshooting/test_environments.md')
-rw-r--r--doc/administration/troubleshooting/test_environments.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/troubleshooting/test_environments.md b/doc/administration/troubleshooting/test_environments.md
index f1cdaf580a3..d0f670a5663 100644
--- a/doc/administration/troubleshooting/test_environments.md
+++ b/doc/administration/troubleshooting/test_environments.md
@@ -49,7 +49,7 @@ gitlab/gitlab-ee:11.5.3-ee.0
#### SAML for Authentication
-We can use the [test-saml-idp Docker image](https://hub.docker.com/r/jamedjo/test-saml-idp)
+We can use the [`test-saml-idp` Docker image](https://hub.docker.com/r/jamedjo/test-saml-idp)
to do the work for us:
```sh
@@ -91,7 +91,7 @@ gitlab_rails['omniauth_providers'] = [
See [the GDK SAML documentation](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/saml.md).
-### ElasticSearch
+### Elasticsearch
```sh
docker run -d --name elasticsearch \
@@ -101,7 +101,7 @@ docker.elastic.co/elasticsearch/elasticsearch:5.5.1
```
Then confirm it works in the browser at `curl http://<IP_ADDRESS>:9200/_cat/health`.
-ElasticSearch's default username is `elastic` and password is `changeme`.
+Elasticsearch's default username is `elastic` and password is `changeme`.
### PlantUML