Skip to content

Commit

Permalink
Run frigate & place another space before the values comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-satoh-wpg committed Feb 27, 2024
1 parent ada054d commit 68deed4
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The following table lists the configurable parameters of the Trino chart and the
| `coordinator.tolerations` | | `[]` |
| `coordinator.affinity` | | `{}` |
| `coordinator.additionalConfigFiles` | | `{}` |
| `coordinator.additionalVolumes` | | `[]` |
| `coordinator.additionalVolumeMounts` | | `[]` |
| `coordinator.additionalVolumes` | One or more additional volumes to add to the coordinator. | `[]` |
| `coordinator.additionalVolumeMounts` | One or more additional volume mounts to add to the coordinator. | `[]` |
| `coordinator.annotations` | | `{}` |
| `coordinator.labels` | | `{}` |
| `coordinator.secretMounts` | | `[]` |
Expand All @@ -91,8 +91,8 @@ The following table lists the configurable parameters of the Trino chart and the
| `worker.tolerations` | | `[]` |
| `worker.affinity` | | `{}` |
| `worker.additionalConfigFiles` | | `{}` |
| `worker.additionalVolumes` | | `[]` |
| `worker.additionalVolumeMounts` | | `[]` |
| `worker.additionalVolumes` | One or more additional volume mounts to add to all workers. | `[]` |
| `worker.additionalVolumeMounts` | One or more additional volume mounts to add to all workers. | `[]` |
| `worker.annotations` | | `{}` |
| `worker.labels` | | `{}` |
| `worker.secretMounts` | | `[]` |
Expand Down
Loading

0 comments on commit 68deed4

Please sign in to comment.