From 2e24a0e5c24872eaa8276c08d9c5a5df9951c6c8 Mon Sep 17 00:00:00 2001 From: Junichi Yoshise Date: Thu, 9 Aug 2018 07:14:51 +0900 Subject: [PATCH] Remove linefeed so that the page does not break (#9776) --- .../ubuntu/operational-considerations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md index c93b81cc59..8970df854c 100644 --- a/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md +++ b/content/en/docs/getting-started-guides/ubuntu/operational-considerations.md @@ -147,8 +147,7 @@ htpasswd -c -b -B htpasswd userA passwordA Assuming that your registry will be reachable at ```myregistry.company.com```, you already have your TLS key in the ```registry.key``` file, and your TLS -certificate (with ```myregistry.company.com``` as Common Name) in the -```registry.crt``` file, you would then run: +certificate (with ```myregistry.company.com``` as Common Name) in the ```registry.crt``` file, you would then run: ``` juju run-action kubernetes-worker/0 registry domain=myregistry.company.com htpasswd="$(base64 -w0 htpasswd)" htpasswd-plain="$(base64 -w0 htpasswd-plain)" tlscert="$(base64 -w0 registry.crt)" tlskey="$(base64 -w0 registry.key)" ingress=true