From f2b1b267a5fa74e05b5d99d90f395873eb590808 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 15 Sep 2020 13:56:43 +0530 Subject: [PATCH] helm: Support vaulted kubeconfig Signed-off-by: Abhijeet Kasurde --- plugins/action/helm.py | 1 + plugins/action/helm_info.py | 1 + plugins/action/helm_plugin.py | 1 + plugins/action/helm_plugin_info.py | 1 + plugins/action/helm_repository.py | 1 + plugins/doc_fragments/helm_common_options.py | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 plugins/action/helm.py create mode 120000 plugins/action/helm_info.py create mode 120000 plugins/action/helm_plugin.py create mode 120000 plugins/action/helm_plugin_info.py create mode 120000 plugins/action/helm_repository.py 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 ] '''