Skip to content

Commit

Permalink
add missing schema
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Herbert math.herbert@gmail.com
  • Loading branch information
Mathieu Herbert committed Jan 5, 2023
1 parent 4ea7c2f commit 1fc7857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ helm install my-superset superset/superset
| supersetNode.connections.redis_port | string | `"6379"` | |
| supersetNode.containerSecurityContext | object | `{}` | |
| supersetNode.deploymentAnnotations | object | `{}` | Annotations to be added to supersetNode deployment |
| supersetNode.deploymentLabels | object | `{}` | Labels to be added to supersetNode deployment |
| supersetNode.env | object | `{}` | |
| supersetNode.forceReload | bool | `false` | If true, forces deployment to reload on each upgrade |
| supersetNode.initContainers | list | a container waiting for postgres | Init containers |
Expand Down Expand Up @@ -234,6 +235,7 @@ helm install my-superset superset/superset
| supersetWorker.command | list | a `celery worker` command | Worker startup command |
| supersetWorker.containerSecurityContext | object | `{}` | |
| supersetWorker.deploymentAnnotations | object | `{}` | Annotations to be added to supersetWorker deployment |
| supersetWorker.deploymentLabels | object | `{}` | Labels to be added to supersetWorker deployment |
| supersetWorker.forceReload | bool | `false` | If true, forces deployment to reload on each upgrade |
| supersetWorker.initContainers | list | a container waiting for postgres and redis | Init container |
| supersetWorker.livenessProbe.exec.command | list | a `celery inspect ping` command | Liveness probe command |
Expand Down

0 comments on commit 1fc7857

Please sign in to comment.