Skip to content

Commit

Permalink
update my commit (kubeflow#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfate123 authored May 19, 2020
1 parent 9e38132 commit 6ef44e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xgboost-job/xgboost-operator/base/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment
spec:
replicas: 1
selector:
matchLabels:
name: xgboost-operator
template:
metadata:
labels:
Expand All @@ -13,6 +17,6 @@ spec:
command:
- /root/manager
- -mode=in-cluster
image: gcr.io/kubeflow-images-public/xgboost-operator:v1.0
image: gcr.io/kubeflow-images-public/xgboost-operator:v0.1.0
imagePullPolicy: Always
serviceAccountName: service-account

0 comments on commit 6ef44e8

Please sign in to comment.