Skip to content

Commit

Permalink
add binary_path to arg_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yurnov committed Nov 29, 2024
1 parent c72e32f commit f85a56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/helm_registry_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@

def arg_spec():
return dict(
binary_path=dict(type="path", required=False),
host=dict(type="str", aliases=["registry_url"], required=True),
state=dict(default="present", choices=["present", "absent"], required=False),
insecure=dict(type="bool", default=False, required=False),
Expand Down

0 comments on commit f85a56b

Please sign in to comment.