Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tls:
# HLunol88AeTOcKfD6hBYGvcRfu5NV29jJxZCOBfbFQXjnNlnrhRCag==
# -----END RSA PRIVATE KEY-----

# If enabled will set DFLY_PASSOWRD environment variable with the specified existing secret value
# If enabled will set DFLY_PASSWORD environment variable with the specified existing secret value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have deprecated DFLY_PASSWORD, isn't that right ? @romange

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, a year ago, its now DFLY_requirepass. We can update it later separately

# Note that if enabled and the secret does not exist pods will not start
passwordFromSecret:
enable: false
Expand Down
Loading