Fix liquid warnings on reset password pages (#9348)

```
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-09-05 23:47:08 +02:00 committed by Adrian Plata
parent 6070597e75
commit 5586fee81a
2 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format
### With DEBUG Global Log Level
{% raw %}
If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password.
{% endraw %}
{% raw %}
```bash

View File

@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format
### With DEBUG Global Log Level
{% raw %}
If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password.
{% endraw %}
{% raw %}
```bash