Skip to content

Commit

Permalink
[FIX] remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
WissemChb committed Oct 2, 2021
1 parent 64876da commit a242088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def main():
if release_status is None: # Not installed
helm_cmd = deploy(helm_cmd, release_name, release_values, chart_ref, wait, wait_timeout,
disable_hook, False, values_files=values_files, atomic=atomic,
create_namespace=create_namespace, replace=replace,
create_namespace=create_namespace, replace=replace,
dependency_update=dependency_update, skip_crds=skip_crds,
history_max=history_max, timeout=timeout)
changed = True
Expand Down

0 comments on commit a242088

Please sign in to comment.