Skip to content

Commit

Permalink
Change no_log to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gravesm committed Jan 17, 2025
1 parent ba0221c commit 4e05c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/helm_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def main():
repo_password=dict(
type="str", no_log=True, aliases=["password", "chart_repo_password"]
),
pass_credentials=dict(type="bool", default=False, no_log=True),
pass_credentials=dict(type="bool", default=False, no_log=False),
skip_tls_certs_check=dict(type="bool", default=False),
chart_devel=dict(type="bool"),
untar_chart=dict(type="bool", default=False),
Expand Down

0 comments on commit 4e05c25

Please sign in to comment.