community.kubernetes.helm_info – Get information from Helm package deployed inside the cluster¶
Note
This plugin is part of the community.kubernetes collection (version 1.2.1).
To install it use: ansible-galaxy collection install community.kubernetes
.
To use it in a playbook, specify: community.kubernetes.helm_info
.
New in version 0.11.0: of community.kubernetes
Synopsis¶
Get information (values, states, …) from Helm package deployed inside the cluster.
Note
This module has a corresponding action plugin.
Requirements¶
The below requirements are needed on the host that executes this module.
Parameters¶
Examples¶
- name: Deploy latest version of Grafana chart inside monitoring namespace
community.kubernetes.helm_info:
name: test
release_namespace: monitoring
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Lucas Boisserie (@LucasBoisserie)