File tree Expand file tree Collapse file tree
helm/qs-postgresql-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: qs-postgresql-cluster
33home : https://aleph-alpha.com/phariaai/
44icon : https://aleph-alpha.com/wp-content/themes/sbd-blank/dist/img/logo.svg
55description : Pharia AI Quick Start Helm chart for Postgresql Cluster
6- version : 0.2.4
6+ version : 0.2.5
77
88dependencies :
99 - name : cluster
Original file line number Diff line number Diff line change @@ -179,6 +179,16 @@ clusterPharia:
179179 login : true
180180 superuser : false
181181 replication : false
182+ - name : " stateful_responses"
183+ connectionLimit : -1
184+ ensure : present
185+ inherit : true
186+ # `password` and `username` key should exist in secret. username key should be the same as the name of the user (stateful_responses)
187+ passwordSecret :
188+ name : " qs-postgresql-cluster-access-stateful-responses"
189+ login : true
190+ superuser : false
191+ replication : false
182192 - name : " pharia_catch"
183193 connectionLimit : -1
184194 ensure : present
You can’t perform that action at this time.
0 commit comments