Skip to content

Commit

Permalink
update docs to reflect new default value for tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Jan 30, 2024
1 parent d1400e2 commit 1d484c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/langkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ helm-docs --dry-run
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| tolerations[0].effect | string | `"NoSchedule"` | |
| tolerations[0].key | string | `"kubernetes.azure.com/scalesetpriority"` | |
| tolerations[0].operator | string | `"Equal"` | |
| tolerations[0].value | string | `"spot"` | |
| tolerations | list | `[]` | |
| volumeMounts[0].mountPath | string | `"/tmp"` | |
| volumeMounts[0].name | string | `"temp-dir"` | |
| volumeMounts[1].mountPath | string | `"/root/.config"` | |
Expand Down

0 comments on commit 1d484c9

Please sign in to comment.