general clean up
fixed a typo that didn't make sense changed do to to
This commit is contained in:
parent
fcab77df75
commit
9f10c5a970
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue