Skip to content

Commit

Permalink
Fix tfjob application CR name (kubeflow#224)
Browse files Browse the repository at this point in the history
* Fix tfjob application CR name

* Fix test
  • Loading branch information
wuchunghsuan authored and k8s-ci-robot committed Jul 19, 2019
1 parent 63ef989 commit e40fa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tf-job-operator-overlays-application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func writeTfJobOperatorOverlaysApplication(th *KustTestHarness) {
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: "application"
name: tf-job-operator
spec:
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: "application"
name: tf-job-operator
spec:
selector:
matchLabels:
Expand Down

0 comments on commit e40fa53

Please sign in to comment.