-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Template docs #555
feat: Template docs #555
Conversation
Fixes #493
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I like this conf/README.md
conf/README.md
Outdated
- application | ||
``` | ||
|
||
Harvest will merge these templates during poller start and merged template will be as below |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Harvest will merge your new template conf/zapi/cdot/9.8.0/custom_lun.yaml
with the out-of-the-box conf/zapi/cdot/9.8.0/lun.yaml
one resulting in a combined template like this:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Fixes #493