-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify release_values
and how it differs from set_values
#766
Comments
Another thing to clarify is order of precedence. In Helm there isn't an equivalent feature of this Where does |
Thanks for filing an issue @ketozhang. The |
@gravesm Thanks for the clarification. I also made the mistake, the flag for
do you know which one comes first in this Ansible module? |
|
Thanks, let me update the docs and get back with a PR |
SUMMARY
There's very minimal documentation on
release_values
......from experience, this looks like it overlaps with
set_values
, but it just takes different data types: former usesdict
and latter useslist[dict]
. Did I understand this correctly? Either way, further clarification in the docs would be helpful and I can contribute.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
The text was updated successfully, but these errors were encountered: