Merge pull request #130 from wkbrd/wkbrd-htpasswd

Update README.md
This commit is contained in:
Devin Canterberry
2024-05-15 10:20:43 -07:00
committed by GitHub
+1 -1
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`.