You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to send a PR for a Listmonk pack. It requires to run a PostgreSQL database as a dependency. What would be the best way to create volume/mount config blocks here? Should we assume a CSI plugin is used and create a volume resource in the pack? Or keep it simple and provide an example with host_volumes (Note: That also requires the user to enable them)
The text was updated successfully, but these errors were encountered:
I think the best approach here would be to let the user configure this through variables and just set it up with the templating.
Something like this would probably be a good start. I personally think a CSI type would be a sane default for the variable declaration portion but I could be wrong.
Note: Threw this together on the fly so adjustments will probably be needed to get it to behave properly
Hi!
I am looking to send a PR for a Listmonk pack. It requires to run a PostgreSQL database as a dependency. What would be the best way to create volume/mount config blocks here? Should we assume a CSI plugin is used and create a
volume
resource in the pack? Or keep it simple and provide an example withhost_volumes
(Note: That also requires the user to enable them)The text was updated successfully, but these errors were encountered: