Skip to content

Commit

Permalink
Merge pull request #130 from wkbrd/wkbrd-htpasswd
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
canterberry authored May 15, 2024
2 parents 013c0af + 807a2ba commit 7efaaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to
`helm install`.

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

0 comments on commit 7efaaa8

Please sign in to comment.