Skip to content

Commit

Permalink
Add support for helm template (ansible-collections#368)
Browse files Browse the repository at this point in the history
* Add support for helm template
This commit adds basic support for helm template. The functionality
allows one to either render a chart's templates to a specific directory,
or capture the rendered templates as a string of concatenated yaml
documents.
* Add changelog fragment
* Address PR feedback
* Set changed to true
  • Loading branch information
gravesm authored Feb 17, 2021
1 parent dc80c41 commit a4ac078
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 320 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/368-helm_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- helm_template - add helm_template module to support template functionality (https://github.com/ansible-collections/community.kubernetes/issues/367).
Loading

0 comments on commit a4ac078

Please sign in to comment.