mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
Added possibility to get all values by helm_info module SUMMARY Parameter get_all_values has been added, which is passed to function get_values. Default is False. Parameter is not required. ISSUE TYPE Feature Pull Request COMPONENT NAME helm_info ADDITIONAL INFORMATION Unfortunately, helm_info module lacks functionality of getting all the values of a helm release, including the default ones. This restricts upgrade and config migration capabilities. Parameter get_all_values has been added. This parameter, if set, adds -a parameter to helm get values call. The parameter is not required and defaults to False, so backwards compability is complied. Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Bikouo Aubin <None>