Deprecated Helm module (#115)

Helm module is deprecated in favor of a new helm module from community.kubernetes.
This commit is contained in:
LucasBoisserie 2020-05-18 10:45:40 +02:00 committed by GitHub
parent 945296f314
commit aadc6cd66d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,10 @@ __metaclass__ = type
DOCUMENTATION = '''
---
deprecated:
removed_in: '2.14'
why: For more details https://github.com/ansible/ansible/issues/61546.
alternative: Use M(helm) in kubernetes collection instead.
module: helm
short_description: Manages Kubernetes packages with the Helm package manager
author: "Flavio Percoco (@flaper87)"