From 9f10c5a9708d96efbf836b3ccceb85ac86f9a8f9 Mon Sep 17 00:00:00 2001 From: Shilla Date: Fri, 17 Nov 2017 00:11:30 -0500 Subject: [PATCH] general clean up fixed a typo that didn't make sense changed do to to --- .../getting-started-guides/ubuntu/operational-considerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu/operational-considerations.md b/docs/getting-started-guides/ubuntu/operational-considerations.md index 9e0a24a666..9c4a916a3a 100644 --- a/docs/getting-started-guides/ubuntu/operational-considerations.md +++ b/docs/getting-started-guides/ubuntu/operational-considerations.md @@ -153,7 +153,7 @@ certificate (with ```myregistry.company.com``` as Common Name) in the 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 ``` -If you then decide that you want do delete the registry, just run: +If you then decide that you want to delete the registry, just run: ``` juju run-action kubernetes-worker/0 registry delete=true ingress=true