Skip to content

Commit

Permalink
fix(analytical): Fix vineyard image is not set correctly (#3491)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 authored Jan 18, 2024
1 parent cf654e1 commit 76feb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def set_option(self, key, value): # noqa: C901
elif key == "etcd_listening_peer_port":
self.hosts_launcher.etcd.listening_peer_port = value
elif key == "k8s_vineyard_image":
self.kubernetes_launcher.image.vineyard_image = value
self.vineyard.image = value
elif key == "k8s_vineyard_deployment":
self.vineyard.deployment_name = value
elif key == "k8s_vineyard_cpu":
Expand Down

0 comments on commit 76feb79

Please sign in to comment.