Hello,
I am writing a yaml pipeline, from some reason, when running the pipeline, string "postgres" is automatically replaced by ""$$$$postgres_user_user_user_user" all over the files which fails the pipeline obviously,
Some examples:
1. string "postgresql" is replaced by "$$$$postgres_user_user_user_userql"
2. string "postgresqlUsername" is replaced by "$$$$postgres_user_user_user_userqlUsername"
3. string "postgresqlSharedPreloadLibraries" is replaced by "$$$$postgres_user_user_user_userqlSharedPreloadLibraries"
etc...
Does anyone has a workaround on this?