[ISSUE] values.yaml inline documentation for all existingSecret
settings is wrong
#2628
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
Describe the issue:
See for example line 286 which states:
This is incorrect.
Actual behavior:
Any
global.identity.auth.<component>.existingSecret
is a string literal whose value is the actual plaintext secret value encoded in the auto-generated kubernetes secret.To 'reference an existing secret', the correct syntax is
global.identity.auth.<component>.existingSecret.name
Expected behavior:
The documentation should provide the correct information regarding the use of secrets.
The text was updated successfully, but these errors were encountered: