diff --git a/docs/configuration.md b/docs/configuration.md
index fc275f0c..d81b9265 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -21,12 +21,12 @@ Most of the required fields have common-sense defaults except traditional userna
The table below and the `values.yaml` comments should explain what the options and defaults are:
| **Values Key** | **Description** | **Default** | **Choices** |
-|:-------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------:|:------------:|------------------------|
-| db.settings.secrets.PGUSER
db.settings.secrets.PGPASSWORD | username and password used by application for connections
https://www.postgresql.org/docs/current/libpq-envars.html | | |
-| db.settings.secrets.POSTGRES_USER
db.settings.secrets.POSTGRES_PASSWORD | username and password used by
base postgresl image for admin purposes
see https://www.postgresql.org/docs/current/libpq-envars.html | | |
-| providerContext | deprecated: used as a switch in helm templates for
provider-specific logic if needed | minikube | minikube |
-| service.port | the port that all vector/raster/stac services run on
used in `kind: Service` and `kind: Ingress` | 8080 | your favorite port |
-| gitSha | sha attached to a `kind: Deployment` key `metadata.labels` | gitshaABC123 | your favorite sha |
+|:-------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:------------|:------------------------|
+| `db.settings.secrets.PGUSER`
`db.settings.secrets.PGPASSWORD` | username and password used by application for connections
https://www.postgresql.org/docs/current/libpq-envars.html | | |
+| `db.settings.secrets.POSTGRES_USER`
`db.settings.secrets.POSTGRES_PASSWORD` | username and password used by
base postgresl image for admin purposes
see https://www.postgresql.org/docs/current/libpq-envars.html | | |
+| `providerContext ` | deprecated: used as a switch in helm templates for
provider-specific logic if needed | minikube | minikube |
+| `service.port` | the port that all vector/raster/stac services run on
used in `kind: Service` and `kind: Ingress` | 8080 | your favorite port |
+| `gitSha` | sha attached to a `kind: Deployment` key `metadata.labels` | gitshaABC123 | your favorite sha |
---
@@ -66,8 +66,8 @@ Here's a simplified high-level diagram to grok:
### Key `ingress.className`
| **Values Key** | **Description** | **Default** | **Choices** |
-|:-----------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------:|:-----------:|--------------|
-| ingress.className | used as switch in helm templates for specific
functionality regarding `kind: Ingress` and cloud-provider
specific load balancing options | nginx | nginx
alb
gce
|
+|:-----------------|:-----------------------------------------------------------------------------------------------------------------------------------------------|:-----------|:--------------|
+| `ingress.className` | used as switch in helm templates for specific
functionality regarding `kind: Ingress` and cloud-provider
specific load balancing options | nginx | nginx
alb
gce
|
#### Given `ingress.className=nginx`
