Could you elaborate on what you mean by "prefect" user in this context, I would think that provided the postgres database exists and provided the user has the appropriate permissions to manage the postgres db for Orion then I would think that should be sufficient, Admittedly not an expert on haha 😅
z
Zanie
01/05/2023, 11:06 PM
If you ask in an issue on
prefect-helm
you’ll probably get a timely response from the maintainers! They do not frequent this channel.
🙏 1
(I am trying not to be a maintainer of it anymore 😉 so I don’t count)
e
Edmondo Porcu
01/09/2023, 3:05 PM
I see
@Mason Menges there are typically two pair of credentials involved, in my experience:
• a superuser credential, which is allowed to create the database, an application user, and perform grants
• the application user which is going to be used at runtime to read and write
If you look at the helm values.yml you will see that is not easy to understand which one belong to one user, and which one belong to the other