From f5c88b60a021aa5663160ada4803487c716643d8 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Thu, 26 Oct 2023 16:33:42 +0200 Subject: [PATCH] todo --- charms/kfp-profile-controller/src/charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/kfp-profile-controller/src/charm.py b/charms/kfp-profile-controller/src/charm.py index 9e834d00c..6926b1281 100755 --- a/charms/kfp-profile-controller/src/charm.py +++ b/charms/kfp-profile-controller/src/charm.py @@ -49,7 +49,7 @@ # This service name must be the Service from the mlmd-operator # FIXME: leaving it hardcoded now, but we should share this # host and port through relation data -METADATA_GRPC_SERVICE_HOST = "metadata-grpc-service" +METADATA_GRPC_SERVICE_HOST = "metadata-grpc-service.kubeflow" METADATA_GRPC_SERVICE_PORT = "8080" NAMESPACE_LABEL = "pipelines.kubeflow.org/enabled" SYNC_CODE_FILE = Path("files/upstream/sync.py")