Merge pull request #229 from Akasurde/helm_kubeconfig_fix

helm: Support vaulted kubeconfig
This commit is contained in:
Fabian von Feilitzsch
2020-09-15 14:41:54 -04:00
committed by GitHub
6 changed files with 6 additions and 1 deletions

1
plugins/action/helm.py Symbolic link
View File

@@ -0,0 +1 @@
k8s_info.py

1
plugins/action/helm_info.py Symbolic link
View File

@@ -0,0 +1 @@
k8s_info.py

View File

@@ -0,0 +1 @@
k8s_info.py

View File

@@ -0,0 +1 @@
k8s_info.py

View File

@@ -0,0 +1 @@
k8s_info.py

View File

@@ -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 ]
'''