Skip to content

Commit

Permalink
add selector for minio deploy (kubeflow#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored and k8s-ci-robot committed Feb 13, 2019
1 parent d2c6b14 commit df0f5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubeflow/pipeline/minio.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
namespace: namespace,
},
spec: {
selector: {
matchLabels: {
app: "minio",
},
},
strategy: {
type: "Recreate",
},
Expand Down

0 comments on commit df0f5c1

Please sign in to comment.