Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miccioest committed Apr 30, 2024
1 parent 9d2d9ef commit 00114fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart and
| Parameter | Description | Default |
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `bytewax/bytewax` |
| `image.tag` | Image tag | `0.19.0-python3.9` |
| `image.tag` | Image tag | `0.19.1-python3.9` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `serviceAccount.create` | Create service account | `true` |
Expand All @@ -74,6 +74,7 @@ The command removes all the Kubernetes components associated with the chart and
| `extraSecretMounts` | Secret mounts to get secrets from files instead of env vars | `[]` |
| `extraVolumeMounts` | Additional volume mounts | `[]` |
| `configuration.pythonFileName` | Path of the python file to run | `simple.py` |
| `configuration.dependencies ` | List of the python dependencies needed | `[]` |
| `configuration.processesCount` | Number of concurrent processes to run | `1` |
| `configuration.workersPerProcess` | Number of workers per process | `1` |
| `configuration.jobMode` | Create a kubernetes Job resource instead of a Statefulset (use this for batch processing) - Kubernetes version required: 1.24 or superior | `false` |
Expand Down

0 comments on commit 00114fb

Please # to comment.