Merge pull request #6361 from shillasaebi/patch-2

fix the sentence in doc
This commit is contained in:
Qiming 2017-11-17 13:31:59 +08:00 committed by GitHub
commit 2b968525c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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