Skip to content

Commit

Permalink
Include upstream and rock commands in kfp-ui comment
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jan 19, 2024
1 parent 8ae7ba9 commit 6faa977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charms/kfp-ui/src/components/pebble_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def get_layer(self) -> Layer:
"override": "replace",
"summary": "entry point for ml-pipeline-ui",
# command should be updated each time we switch from upstream to ROCK image
# - upsstream: "command": "node dist/server.js ../client/ 3000"
# - rock: "command": "node /server/dist/server.js /client/ 3000"
"command": "node /server/dist/server.js /client/ 3000", # Must be a string
"startup": "enabled",
# TODO: are these still the correct settings?
Expand Down

0 comments on commit 6faa977

Please sign in to comment.