Update README.md

This container does not have htpasswd in it.
This commit is contained in:
wkbrd
2024-05-14 11:19:22 -04:00
committed by GitHub
parent 013c0af45a
commit 807a2bafc6

View File

@@ -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`.