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
| config.databasesToCreate[0]| string |`"postgresql"`| default database for storage of database metadata |
24
+
| config.databasesToCreate[1]| string |`"hashbash"`| database for the [hashbash](https://github.com/norwoodj/hashbash) project |
25
+
| config.usersToCreate[0]| object |`{"admin":true,"name":"root"}`| admin user |
26
+
| config.usersToCreate[1]| object |`{"name":"hashbash","readwriteDatabases":["hashbash"]}`| user with access to the database with the same name |
27
+
| configWithAllValuesIgnored | object |`{}`||
28
+
| statefulset.extraVolumes | list |`[{"emptyDir":{},"name":"data"}]`| Additional volumes to be mounted into the database container |
29
+
| statefulset.image.repository | string |`"jnorwood/postgresq"`| Image to use for deploying, must support an entrypoint which creates users/databases from appropriate config files |
30
+
| statefulset.image.tag | string |`"11"`||
31
+
| statefulset.livenessProbe | object |`{"enabled":false}`| Configure the healthcheck for the database |
32
+
| statefulset.podLabels | object |`{}`| The labels to be applied to instances of the database |
33
+
34
+
----------------------------------------------
35
+
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)
0 commit comments