Merge pull request #51102 from juju-solutions/bug/worker-readme

Automatic merge from submit-queue

Fix README registry error on juju worker

**What this PR does / why we need it**: Update instructions on Juju Kubernetes Worker.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/384

**Special notes for your reviewer**:

**Release note**:

```NONE
```
pull/6/head
Kubernetes Submit Queue 2017-08-22 11:16:11 -07:00 committed by GitHub
commit e225666813
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ With the "registry" action that is part for the kubernetes-worker charm, you can
Create the relevant authentication files. Let's say you want user `userA` to authenticate with the password `passwordA`. Then you'll do :
echo "userA:passwordA" > htpasswd-plain
echo -n "userA:passwordA" > htpasswd-plain
htpasswd -c -b -B htpasswd userA passwordA
(the `htpasswd` program comes with the `apache2-utils` package)