Skip to content

Commit

Permalink
KubeException deprecation tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Feb 15, 2019
1 parent 25c5bd7 commit 511d27f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kubernetes-deploy/kubeclient_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def _build_kubeclient(api_version:, context:, endpoint_path: nil)
raise ContextMissingError, context unless config

kube_context = config.context(context)

client = Kubeclient::Client.new(
"#{kube_context.api_endpoint}#{endpoint_path}",
api_version,
Expand Down

0 comments on commit 511d27f

Please sign in to comment.