diff --git a/plugins/action/helm.py b/plugins/action/helm.py new file mode 120000 index 00000000..667980ed --- /dev/null +++ b/plugins/action/helm.py @@ -0,0 +1 @@ +k8s_info.py \ No newline at end of file diff --git a/plugins/action/helm_info.py b/plugins/action/helm_info.py new file mode 120000 index 00000000..667980ed --- /dev/null +++ b/plugins/action/helm_info.py @@ -0,0 +1 @@ +k8s_info.py \ No newline at end of file diff --git a/plugins/action/helm_plugin.py b/plugins/action/helm_plugin.py new file mode 120000 index 00000000..667980ed --- /dev/null +++ b/plugins/action/helm_plugin.py @@ -0,0 +1 @@ +k8s_info.py \ No newline at end of file diff --git a/plugins/action/helm_plugin_info.py b/plugins/action/helm_plugin_info.py new file mode 120000 index 00000000..667980ed --- /dev/null +++ b/plugins/action/helm_plugin_info.py @@ -0,0 +1 @@ +k8s_info.py \ No newline at end of file diff --git a/plugins/action/helm_repository.py b/plugins/action/helm_repository.py new file mode 120000 index 00000000..667980ed --- /dev/null +++ b/plugins/action/helm_repository.py @@ -0,0 +1 @@ +k8s_info.py \ No newline at end of file diff --git a/plugins/doc_fragments/helm_common_options.py b/plugins/doc_fragments/helm_common_options.py index c2204004..f13bc1e3 100644 --- a/plugins/doc_fragments/helm_common_options.py +++ b/plugins/doc_fragments/helm_common_options.py @@ -30,5 +30,5 @@ options: - Helm option to specify kubeconfig path to use. - If the value is not specified in the task, the value of environment variable C(K8S_AUTH_KUBECONFIG) will be used instead. type: path - aliases: [ kubeconfig_path] + aliases: [ kubeconfig_path ] '''