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 deploying this helm chart on a self-managed cluster. The data-retool-postgresql-0 defaults to 8Gi. Is there any way to increase this value from the helm chart values?
I realize that this postgres instance isn't recommended for production, but it is sufficient for my current needs. I could manually increase the PVC with a kubectl edit, but I am deploying this chart in multiple locations so it would be nice to include the PVC spec in the initial deploy.
The text was updated successfully, but these errors were encountered:
All values contained within the .Values.postgresql are injected into this sub chart. Therefore, if you want to customize the size of the PVC for the postgres primary, you can do the following :
I am deploying this helm chart on a self-managed cluster. The data-retool-postgresql-0 defaults to 8Gi. Is there any way to increase this value from the helm chart values?
I realize that this postgres instance isn't recommended for production, but it is sufficient for my current needs. I could manually increase the PVC with a kubectl edit, but I am deploying this chart in multiple locations so it would be nice to include the PVC spec in the initial deploy.
The text was updated successfully, but these errors were encountered: