Skip to content

Commit 902ae4b

Browse files
authored
fix: add stateful-responses role (#108)
1 parent e69970c commit 902ae4b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

helm/qs-postgresql-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: qs-postgresql-cluster
33
home: https://aleph-alpha.com/phariaai/
44
icon: https://aleph-alpha.com/wp-content/themes/sbd-blank/dist/img/logo.svg
55
description: Pharia AI Quick Start Helm chart for Postgresql Cluster
6-
version: 0.2.4
6+
version: 0.2.5
77

88
dependencies:
99
- name: cluster

helm/qs-postgresql-cluster/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)