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
We want to add ENV to each pod deployed by postgrescluster crd. Is there any option to do that for every new deployed PostgresCluster by default?
By now the only way I found to achieve that is to set env to statefulset manually, after cluster is deployed.
Use Case
We want to set proper TimeZone by adding env TZ into containers.
Desired Behavior
Enviroment variable will be automatically added to any new instance of postgrescluster.