Update error message
Updated the error message in the docs
This commit is contained in:
parent
ba1137c514
commit
bd750af785
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ deployment jobs, immediately before the jobs starts.
|
||||||
However, sometimes GitLab can not create them. In such instances, your job will fail with the message:
|
However, sometimes GitLab can not create them. In such instances, your job will fail with the message:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
The job failed to complete prerequisite tasks
|
This job failed because the necessary resources were not successfully created.
|
||||||
```
|
```
|
||||||
|
|
||||||
To find the cause of this error when creating a namespace and service account, check the [logs](../../../administration/logs.md#sidekiqlog).
|
To find the cause of this error when creating a namespace and service account, check the [logs](../../../administration/logs.md#sidekiqlog).
|
||||||
|
|
Loading…
Reference in a new issue