Skip to content

Commit

Permalink
Add base href for correct link in Argo UI (kubeflow#1865)
Browse files Browse the repository at this point in the history
* Added BaseHref for correct link in Argo UI

* Formatted libsonnet
  • Loading branch information
andreyvelich authored and k8s-ci-robot committed Oct 29, 2018
1 parent 32b4f0e commit 9aa24f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kubeflow/argo/argo.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
name: "IN_CLUSTER",
value: "true",
},
{
name: "BASE_HREF",
value: "/argo/",
},
],
image: params.uiImage,
imagePullPolicy: "IfNotPresent",
Expand Down Expand Up @@ -202,7 +206,6 @@
"kind: Mapping",
"name: argo-ui-mapping",
"prefix: /argo/",
"rewrite: /argo/",
"service: argo-ui." + params.namespace,
]),
}, //annotations
Expand Down

0 comments on commit 9aa24f5

Please sign in to comment.