Skip to content

Commit

Permalink
docs(custom datasource): improve styling (#27747)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 6, 2024
1 parent 6540ff7 commit b56e545
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/modules/datasource/custom/readme.md
Expand Up @@ -7,11 +7,11 @@ This example shows how to update the `k3s.version` file with a custom datasource

Options:

| option | default | description |
| -------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| defaultRegistryUrlTemplate | "" | URL used if no `registryUrl` is provided when looking up new releases |
| format | "json" | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` |
| transformTemplates | [] | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next |
| option | default | description |
| -------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| defaultRegistryUrlTemplate | `""` | URL used if no `registryUrl` is provided when looking up new releases |
| format | `"json"` | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` |
| transformTemplates | `[]` | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next |

Available template variables:

Expand Down

0 comments on commit b56e545

Please sign in to comment.