Use Case
I want to hide the password to connect to my SQL server
[[outputs.sql]]
driver = "mssql"
data_source_name = "@{k8s_secrets:conn_string_sql}"
Expected behavior
Reads secret for data_source_name.
Actual behavior
Tries to use the secret notation to connect to a database.
Additional info
No response