Skip to content

Commit

Permalink
documentation: Add link to template examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 28, 2021
1 parent 2ee8bce commit b4b29f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ templating --help

> Templating will always look for environment variables first and then set the local fields, and format
> any string that matches the regex {{ NAME }} in the templates folder path. **Please create your templates first,
> then run this command**.
> then run this command. [Click here to see an example](https://github.com/jlenon7/templating/tree/main/manifest)**.
```bash
templating generate ./manifest/templates --set IMAGE_TAG=my-dockerhub-image:latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlenon7/templating",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"license": "MIT",
"author": "João Lenon",
Expand Down

0 comments on commit b4b29f7

Please sign in to comment.