Skip to content

Commit

Permalink
Add variable to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Nov 20, 2024
1 parent 22ba30c commit f1a6ef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ For more information, see the example in [recursive](example/recursive).
| [`setResourceNameAnnotation`](example/inline) | Returns the special resource-name annotation with given name |
| [`include`](example/functions/include) | Outputs template as a string |

## Additional variables

| Name | Description |
| ---- | ----------------------------------------------------------------------------------------------- |
| `$` | As for Helm, the `$` variable will always point to the root context, thus the function request. |

## Developing this function

This function uses [Go][go], [Docker][docker], and the [Crossplane CLI][cli] to
Expand Down

0 comments on commit f1a6ef1

Please sign in to comment.