`helm_plugin and helm_plugin_info remove unused parameter release_namespace` (#85)

* remove unused parameter release_namespace from documentation

* Update changelogs/fragments/85_helm_plugin.yaml

Co-authored-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
abikouo
2021-05-04 15:05:18 +02:00
committed by GitHub
parent 963aa3fbe6
commit e754a6cd31
4 changed files with 3 additions and 18 deletions

View File

@@ -6,7 +6,6 @@
block:
- name: Install helm diff
helm_plugin:
namespace: "{{ helm_namespace }}"
state: present
plugin_path: https://github.com/databus23/helm-diff
@@ -137,7 +136,6 @@
- name: Uninstall helm diff
helm_plugin:
namespace: "{{ helm_namespace }}"
state: absent
plugin_name: diff
ignore_errors: yes