Skip to content

Commit

Permalink
fix(kfp): fix application label selector. Part of #1573 (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Nov 19, 2020
1 parent dd5cf51 commit 20176fc
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pipeline/installs/generic/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
addOwnerRef: true
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
descriptor:
version: $(kfp-app-version)
type: Kubeflow Pipelines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
version: 1.0.4
selector:
matchLabels:
app.kubernetes.io/application: kubeflow-pipelines
app.kubernetes.io/name: kubeflow-pipelines

0 comments on commit 20176fc

Please sign in to comment.