Skip to content

Commit

Permalink
KFP visualization-service: Fix double ml-pipeline- prefix in names (k…
Browse files Browse the repository at this point in the history
…ubeflow#1210)

Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
  • Loading branch information
elikatsis authored Jun 4, 2020
1 parent e017e2b commit 7520723
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameprefix: ml-pipeline-
commonLabels:
app: ml-pipeline-visualizationserver
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/name: pipeline-visualization-service
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: 0.2.0
name: ml-pipeline-ml-pipeline-visualizationserver
name: ml-pipeline-visualizationserver
namespace: kubeflow
spec:
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/name: pipeline-visualization-service
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: 0.2.0
name: ml-pipeline-ml-pipeline-visualizationserver
name: ml-pipeline-visualizationserver
namespace: kubeflow
spec:
ports:
Expand Down

0 comments on commit 7520723

Please sign in to comment.