Merge pull request #61 from LucasBoisserie/helm_cli

Add helm, helm_info, and helm_repository modules
This commit is contained in:
Jeff Geerling
2020-05-04 11:34:15 -05:00
committed by GitHub
16 changed files with 1321 additions and 2 deletions

View File

@@ -27,6 +27,9 @@ Click on the name of a plugin or module to view that content's documentation:
- [k8s_info](https://docs.ansible.com/ansible/latest/modules/k8s_info_module.html)
- [k8s_scale](https://docs.ansible.com/ansible/latest/modules/k8s_scale_module.html)
- [k8s_service](https://docs.ansible.com/ansible/latest/modules/k8s_service_module.html)
- [helm](https://docs.ansible.com/ansible/latest/modules/helm_module.html)
- [helm_info](https://docs.ansible.com/ansible/latest/modules/helm_info_module.html)
- [helm_repository](https://docs.ansible.com/ansible/latest/modules/helm_repository_module.html)
## Installation and Usage