Fix typo in README.md

helm_template had a typo in it.
This commit is contained in:
Timothy Appnel
2021-03-08 18:49:45 -05:00
committed by GitHub
parent 1e511113a5
commit af41efdf46

View File

@@ -32,7 +32,7 @@ Click on the name of a plugin or module to view that content's documentation:
- [helm_plugin](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_plugin.py)
- [helm_plugin_info](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_plugin_info.py)
- [helm_repository](https://docs.ansible.com/ansible/2.10/collections/community/kubernetes/helm_repository_module.html)
- [heml_template](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_template.py)
- [helm_template](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_template.py)
## Installation and Usage