You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Sometimes a chart needs to be different under under different conditions so a template is used. While an Ansible content developer could use the template module an Jinja2, some may already have or be forced to work with Helm charts.
Ansible should address this scenario in a more Helm-native way with a module that is the functional equivalent of the `helm template command.
This module should use parameters like helm and other modules for cohesive and consistent operation with Helm3 automation.
The text was updated successfully, but these errors were encountered:
SUMMARY
Create a module for rendering Helm3 templates -- the functional equivalent of the
helm template
command.This comes out of discussion in #285.
ISSUE TYPE
COMPONENT NAME
helm_template
ADDITIONAL INFORMATION
Sometimes a chart needs to be different under under different conditions so a template is used. While an Ansible content developer could use the
template
module an Jinja2, some may already have or be forced to work with Helm charts.Ansible should address this scenario in a more Helm-native way with a module that is the functional equivalent of the `helm template command.
This module should use parameters like
helm
and other modules for cohesive and consistent operation with Helm3 automation.The text was updated successfully, but these errors were encountered: