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
| postgresql.auth.database | string |`"fhir"`| name for a custom database to create |
58
58
| postgresql.auth.existingSecret | string |`""`| Name of existing secret to use for PostgreSQL credentials `auth.postgresPassword`, `auth.password`, and `auth.replicationPassword` will be ignored and picked up from this secret The secret must contain the keys `postgres-password` (which is the password for "postgres" admin user), `password` (which is the password for the custom user to create when `auth.username` is set), and `replication-password` (which is the password for replication user). The secret might also contains the key `ldap-password` if LDAP is enabled. `ldap.bind_password` will be ignored and picked from this secret in this case. The value is evaluated as a template. |
59
59
| postgresql.enabled | bool |`true`| enable an included PostgreSQL DB. see <https://github.com/bitnami/charts/tree/master/bitnami/postgresql> for details if set to `false`, the values under `externalDatabase` are used |
| serviceAccount.automount | bool |`true`| Automatically mount a ServiceAccount's API credentials? |
75
74
| serviceAccount.create | bool |`false`| Specifies whether a service account should be created. |
76
75
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
76
+
| tests.automountServiceAccountToken | bool |`false`| whether the service account token should be auto-mounted for the test pods |
77
77
| tests.resources | object |`{}`| configure the test pods resource requests and limits |
78
78
| tolerations | list |`[]`| pod tolerations |
79
79
| topologySpreadConstraints | list |`[]`| pod topology spread configuration see: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#api|
0 commit comments