Skip to content

Commit

Permalink
fix: add passing of flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Jun 30, 2023
1 parent 11052e7 commit 2c8768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gefyra/cli/updown.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def cluster_up(ctx, minikube: bool):
fh.seek(0)
bar()
bar.title = f"Connecting local container network '{config.NETWORK_NAME}-{connection_name}' to the cluster"
api.connect(connection_name, client_config=fh)
api.connect(connection_name, client_config=fh, minikube=minikube)
fh.close()
os.remove(loc)
bar()
Expand Down

0 comments on commit 2c8768f

Please sign in to comment.