Skip to content
Snippets Groups Projects
Unverified Commit b56e5458 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(custom datasource): improve styling (#27747)

parent 6540ff73
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment