@@ -70,12 +70,12 @@ The following table lists the configurable parameters of the PostgreSQL chart an
70
70
71
71
### PostgreSQL image configuration
72
72
73
- | Parameter | Description | Default |
74
- | -------------------- | -------------------------------------------- | ------------------------------------------------------------------------------ |
75
- | ` image.registry ` | PostgreSQL image registry | ` docker.io ` |
76
- | ` image.repository ` | PostgreSQL image repository | ` postgres ` |
77
- | ` image.tag ` | PostgreSQL image tag (immutable tags are recommended) | ` "17.6@sha256:feff5b24fedd610975a1f5e743c51a4b360437f4dc3a11acf740dcd708f413f6" ` |
78
- | ` image.imagePullPolicy ` | PostgreSQL image pull policy | ` Always ` |
73
+ | Parameter | Description | Default |
74
+ | ----------------------- | ----------------------------------------------------- | -- ------------------------------------------------------------------------------ |
75
+ | ` image.registry ` | PostgreSQL image registry | ` docker.io ` |
76
+ | ` image.repository ` | PostgreSQL image repository | ` postgres ` |
77
+ | ` image.tag ` | PostgreSQL image tag (immutable tags are recommended) | ` "17.6@sha256:feff5b24fedd610975a1f5e743c51a4b360437f4dc3a11acf740dcd708f413f6" ` |
78
+ | ` image.imagePullPolicy ` | PostgreSQL image pull policy | ` Always ` |
79
79
80
80
### Deployment configuration
81
81
@@ -108,13 +108,13 @@ The following table lists the configurable parameters of the PostgreSQL chart an
108
108
109
109
### PostgreSQL Authentication
110
110
111
- | Parameter | Description | Default |
112
- | ---------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------ |
113
- | ` auth.username ` | Name for a custom superuser to create at initialisation. (This will also create a database with the same name) | ` "openfga" ` |
114
- | ` auth.password ` | Password for the custom user to create | ` "" ` |
115
- | ` auth.database ` | Alternative name for the default database to be created at initialisation | ` "" ` |
116
- | ` auth.existingSecret ` | Name of existing secret to use for PostgreSQL credentials | ` "" ` |
117
- | ` auth.secretKeys.passwordKey ` | Name of key in existing secret to use for PostgreSQL credentials | ` "postgres-password" ` |
111
+ | Parameter | Description | Default |
112
+ | ----------------------------- | -------------------------------------------------------------------------------------------------------------- | --------------------- |
113
+ | ` auth.username ` | Name for a custom superuser to create at initialisation. (This will also create a database with the same name) | ` "openfga" ` |
114
+ | ` auth.password ` | Password for the custom user to create | ` "" ` |
115
+ | ` auth.database ` | Alternative name for the default database to be created at initialisation | ` "" ` |
116
+ | ` auth.existingSecret ` | Name of existing secret to use for PostgreSQL credentials | ` "" ` |
117
+ | ` auth.secretKeys.passwordKey ` | Name of key in existing secret to use for PostgreSQL credentials | ` "postgres-password" ` |
118
118
119
119
### PostgreSQL Configuration
120
120
@@ -133,24 +133,25 @@ The following table lists the configurable parameters of the PostgreSQL chart an
133
133
| ` config.postgresqlLogMinDurationStatement ` | Sets the minimum execution time above which statements will be logged | ` "" ` |
134
134
| ` config.extraConfig ` | Additional PostgreSQL configuration parameters | ` [] ` |
135
135
| ` config.existingConfigmap ` | Name of existing ConfigMap with PostgreSQL configuration | ` "" ` |
136
+ | ` config.pgHbaConfig ` | Content of a custom pg_hba.conf file to be used instead of the default config | ` "" ` |
136
137
137
138
### Custom User Configuration
138
- | Parameter | Description | Default |
139
- | --------------------------------------------- | --------------------------------------------------------------------------------------- | ------- |
140
- | ` customUser ` | Optional user to be created at initialisation with a custom password and database | ` {} ` |
141
- | ` customUser.name ` | Name of the custom user to be created | ` "" ` |
142
- | ` customUser.database ` | Name of the database to be created | ` "" ` |
143
- | ` customUser.password ` | Password to be used for the custom user | ` "" ` |
144
- | ` customUser.existingSecret ` | Existing secret, in which username, password and database name are saved | ` "" ` |
145
- | ` customUser.secretKeys ` | Name of keys in existing secret to use the custom user name, password and database | ` {name: "", database: "", password: ""} ` |
139
+ | Parameter | Description | Default |
140
+ | --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------- ------- |
141
+ | ` customUser ` | Optional user to be created at initialisation with a custom password and database | ` {} ` |
142
+ | ` customUser.name ` | Name of the custom user to be created | ` "" ` |
143
+ | ` customUser.database ` | Name of the database to be created | ` "" ` |
144
+ | ` customUser.password ` | Password to be used for the custom user | ` "" ` |
145
+ | ` customUser.existingSecret ` | Existing secret, in which username, password and database name are saved | ` "" ` |
146
+ | ` customUser.secretKeys ` | Name of keys in existing secret to use the custom user name, password and database | ` {name: "", database: "", password: ""} ` |
146
147
147
148
### PostgreSQL Initdb Configuration
148
149
149
- | Parameter | Description | Default |
150
- | ------------------------- | ----------------------------------------------------------------------------- | ------- |
150
+ | Parameter | Description | Default |
151
+ | ------------------------- | -------------------------------------------------------------------------------- | ------- |
151
152
| ` initdb.args ` | Send arguments to postgres initdb. This is a space separated string of arguments | ` "" ` |
152
- | ` initdb.scripts ` | Dictionary of initdb scripts | ` {} ` |
153
- | ` initdb.scriptsConfigMap ` | ConfigMap with scripts to be run at first boot | ` "" ` |
153
+ | ` initdb.scripts ` | Dictionary of initdb scripts | ` {} ` |
154
+ | ` initdb.scriptsConfigMap ` | ConfigMap with scripts to be run at first boot | ` "" ` |
154
155
155
156
### Service configuration
156
157
@@ -193,7 +194,7 @@ The following table lists the configurable parameters of the PostgreSQL chart an
193
194
### Persistent Volume Claim Retention Policy
194
195
195
196
| Parameter | Description | Default |
196
- | -------------------------------------------------- | ------------------------------------------------------------------------------ | ----------- |
197
+ | -------------------------------------------------- | ------------------------------------------------------------------------------ | ---------- |
197
198
| ` persistentVolumeClaimRetentionPolicy.enabled ` | Enable Persistent volume retention policy for the Statefulset | ` false ` |
198
199
| ` persistentVolumeClaimRetentionPolicy.whenDeleted ` | Volume retention behavior that applies when the StatefulSet is deleted | ` "Retain" ` |
199
200
| ` persistentVolumeClaimRetentionPolicy.whenScaled ` | Volume retention behavior when the replica count of the StatefulSet is reduced | ` "Retain" ` |
@@ -246,10 +247,10 @@ The following table lists the configurable parameters of the PostgreSQL chart an
246
247
247
248
### Extra Configuration Parameters
248
249
249
- | Parameter | Description | Default |
250
- | ---------------------- | ------------------------------------------------------------------------ | ----------- |
251
- | ` extraObjects ` | Array of extra objects to deploy with the release | ` [] ` |
252
- | ` extraEnvVarsSecret ` | Name of an existing Secret containing additional environment variables | `` |
250
+ | Parameter | Description | Default |
251
+ | -------------------- | ---------------------------------------------------------------------- | ------- |
252
+ | ` extraObjects ` | Array of extra objects to deploy with the release | ` [] ` |
253
+ | ` extraEnvVarsSecret ` | Name of an existing Secret containing additional environment variables | `` |
253
254
254
255
#### Extra Objects
255
256
0 commit comments