Skip to content

Commit 13493ab

Browse files
committed
Modify htpasswdString example in values.yaml
Updated htpasswdString example to use bcrypt format. Signed-off-by: HexMix <[email protected]>
1 parent 315c17e commit 13493ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ registry:
785785
# If using existingSecret, the key must be REGISTRY_PASSWD and REGISTRY_HTPASSWD
786786
existingSecret: ""
787787
# Login and password in htpasswd string format. Excludes `registry.credentials.username` and `registry.credentials.password`. May come in handy when integrating with tools like argocd or flux. This allows the same line to be generated each time the template is rendered, instead of the `htpasswd` function from helm, which generates different lines each time because of the salt.
788-
# htpasswdString: $apr1$XLefHzeG$Xl4.s00sMSCCcMyJljSZb0 # example string
788+
# htpasswdString: "harbor_registry_user:$2a$05$IPnI.TSgP8ek1/ESjkULVemA.A3nSXPdN80ljsmcun7FtE3ViSYUq" # example string, bcrypt is the only accepted hashing algorithm in htpasswd here.
789789
htpasswdString: ""
790790
middleware:
791791
enabled: false

0 commit comments

Comments
 (0)