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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
| pgadmin4.enabled | bool |`true`| Enable to deploy pgAdmin |
147
+
| pgadmin4.env.email | string |`"[email protected]"`| Preset the admin user email |
148
+
| pgadmin4.env.password | string |`"very-secret-password"`| preset password (there is no auto-generated password) |
149
+
| pgadmin4.extraServerDefinitions.enabled | bool |`true`| enable the predefined server for pgadmin |
150
+
| pgadmin4.extraServerDefinitions.servers | object |`{}`| See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L84) how to configure the predefined servers |
| pgadmin4.ingress.hosts | list |`[]`| See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L104) how to configure the ingress host(s) |
154
+
| pgadmin4.ingress.tls | list |`[]`| See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L109) how to configure tls for the ingress host(s) |
# -- preset password (there is no auto-generated password)
272
+
password: very-secret-password
273
+
# @ignore
274
+
variables:
275
+
- name: PGADMIN_SERVER_JSON_FILE
276
+
value: /pgadmin4/servers.json
277
+
ingress:
278
+
# -- Enagle pgAdmin ingress
279
+
enabled: false
280
+
annotations: {}
281
+
# -- See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L104) how to configure the ingress host(s)
282
+
hosts: []
283
+
# -- See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L109) how to configure tls for the ingress host(s)
284
+
tls: []
285
+
extraServerDefinitions:
286
+
# -- enable the predefined server for pgadmin
287
+
enabled: true
288
+
# -- See [here](https://github.com/rowanruseler/helm-charts/blob/9b970b2e419c2300dfbb3f827a985157098a0287/charts/pgadmin4/values.yaml#L84) how to configure the predefined servers
0 commit comments