Skip to content

Commit 70819e0

Browse files
authored
fix(artifact-proxy): sets namespace. Fixes #12041 (#12374)
Add missing envvar to the deployment of the ml-pipeline-ui-artifact to set the right namespace Signed-off-by: Alvaro Alonso <[email protected]>
1 parent 126a141 commit 70819e0

File tree

1 file changed

+4
-0
lines changed
  • manifests/kustomize/base/installs/multi-user/pipelines-profile-controller

1 file changed

+4
-0
lines changed

manifests/kustomize/base/installs/multi-user/pipelines-profile-controller/sync.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ def sync(self, parent, attachments):
290290
{
291291
"name": "ML_PIPELINE_SERVICE_PORT",
292292
"value": "8888"
293+
},
294+
{
295+
"name": "FRONTEND_SERVER_NAMESPACE",
296+
"value": namespace,
293297
}
294298
],
295299
"resources": {

0 commit comments

Comments
 (0)