@@ -95,12 +95,20 @@ The following table lists the configurable parameters of the Bety chart and thei
9595| ` ingress.tls ` | TLS configuration for the hostnames to be covered | ` false ` |
9696| ` ingress.annotations ` | Ingress annotations | ` [] ` (evaluated as a template) |
9797
98+ ### PostgreSQL parameters
99+
100+ | Parameter | Description | Default |
101+ | ----------------------------------- | ------------------------------------------------------------ | ------------- |
102+ | ` postgresq.auth.enablePostgresUser ` | Create the postgres user, this is the ` root ` account for postgresql. | ` true ` |
103+ | ` postgresq.auth.postgresPassword ` | Password for ` postgres ` user | ` supersecret ` |
104+
105+
98106Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` . For example,
99107```
100108helm install mt-release ncsa/betydb \
101109 --set betyPassword="xxxx" \
102110 --set secretKey="xxxx" \
103- --set postgresql.postgresqlPassword="xxxx"
111+ --set postgresql.auth. postgresqlPassword="xxxx"
104112```
105113
106114The above command sets the bety password, secret, postgresql password to ` xxxx ` ,` xxxx ` , and ` xxxx ` respectively.
@@ -121,24 +129,3 @@ helm delete my-release
121129```
122130
123131The command removes all the Kubernetes components associated with the chart and deletes the release.
124-
125- ## ChangeLog
126-
127- ### 0.5.4
128- - back to hooks since job completion requires RBAC role
129-
130- ### 0.5.3
131- - need to check for table before start bety application
132-
133- ### 0.5.2
134- - use new check image to use PG environment variables
135- - add-user and load-db are now jobs, not hooks (prevent timeout issues)
136-
137- ### 0.5.1
138- - update README to describe values
139- - fix left over when initializing from URL
140- - fix binami url change
141-
142- ### 0.5.0
143- - initial release of the BETY helm chart.
144- - build on bety 5.4.1
0 commit comments