[ISSUE] The comments explaining the use of existingSecret settings are incorrect #762
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
Milestone
Describe the issue:
The comments explaining the use of existingSecret settings are incorrect for all settings like:
global.identity.auth.[componentName].existingSecret
. See, for example values.yaml#L128-L129, which states:Actual behavior:
If used this way,
global.identity.auth.[componentName].existingSecret
contains the actual value of the secret stored in the[componentName]-secret
field of an auto-generated secret with the name [deploymenyName]-[componentName]-secret.Expected behavior:
The comment should accurately explain the behavior described above and the values.yaml should also explain that if you want to provide the name of an existing secret that contains a
[componentName]-secret
field, the correct syntax isglobal.identity.auth.[componentName].existingSecret.name
How to reproduce:
Try it.
Logs:
Not relevant.
Environment:
The text was updated successfully, but these errors were encountered: