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