Remove linefeed so that the page does not break (#9776)
This commit is contained in:
committed by
k8s-ci-robot
parent
e6888722ec
commit
2e24a0e5c2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user