Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Change to use v1 crd in manifest (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Mar 24, 2021
1 parent 326efd5 commit 02c2864
Show file tree
Hide file tree
Showing 4 changed files with 6,170 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ spec:
replicas: 1
restartPolicy: Never
template:
apiVersion: v1
kind: Pod
spec:
containers:
- name: xgboostjob
Expand Down Expand Up @@ -44,8 +42,6 @@ spec:
replicas: 2
restartPolicy: ExitCode
template:
apiVersion: v1
kind: Pod
spec:
containers:
- name: xgboostjob
Expand Down
Loading

0 comments on commit 02c2864

Please sign in to comment.