Skip to content

Commit 0117254

Browse files
committed
chore: More comments in values file.
1 parent 2a97bcf commit 0117254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ db:
2222
# Setting the name of the secret will disable secret creation in this chart and look for an existing secret (whose name is specified in this field) to mount.
2323
# When setting this up in a fresh environment as a standalone app, it's best to leave the value empty.
2424
name:
25+
# This is the key that either the secret will create(if secretRefKey is empty) or this is the key it'll look for in the secret(if secretRefKey is mentioned).
2526
# The name of the key is mandatory to set.
2627
key: DB_URL
2728

0 commit comments

Comments
 (0)