Skip to content

Commit

Permalink
Initializing KubeInterface with the correct settings
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed May 31, 2023
1 parent 004bb1f commit 55eb2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark8t/lib/process_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def get_kube_interface(args: Namespace) -> AbstractKubeInterface:
LightKube(args.kubeconfig or defaults.kube_config, defaults)
if args.backend == "lightkube"
else KubeInterface(
args.kubeconfig or defaults.kube_config, context_name=args.context
args.kubeconfig or defaults.kube_config, context_name=args.context, kubectl_cmd=Defaults().kubectl_cmd
)
)

0 comments on commit 55eb2cf

Please sign in to comment.