You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems there is no helm chart plugin available currently (#75 is still waiting to be merged), I want to use the KUBECONFIG variable from Kubernetes CD plugin.
I have done the Bindings to add a Kubeconfig credential (type is Kubernetes configuration (kubeconfig))
How can I use it by helm command?
When echo the variable $KUBECONFIG, I get a long path as below
Seems there is no helm chart plugin available currently (#75 is still waiting to be merged), I want to use the KUBECONFIG variable from Kubernetes CD plugin.
I have done the
Bindings
to add a Kubeconfig credential (type isKubernetes configuration (kubeconfig)
)How can I use it by helm command?
When echo the variable
$KUBECONFIG
, I get a long path as belowHow can I use it as
~/.kube/config
?The text was updated successfully, but these errors were encountered: