Skip to content

Commit 7efaaa8

Browse files
authored
Merge pull request #130 from wkbrd/wkbrd-htpasswd
Update README.md
2 parents 013c0af + 807a2ba commit 7efaaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to
125125
`helm install`.
126126

127127
To generate htpasswd file, run this docker command:
128-
`docker run --entrypoint htpasswd registry:2 -Bbn user password > ./htpasswd`.
128+
`docker run --entrypoint htpasswd httpd:2 -Bbn user password > ./htpasswd`.

0 commit comments

Comments
 (0)