Skip to content

Commit

Permalink
Fix tiny issue for kubectl-wrapper (kubeflow#160)
Browse files Browse the repository at this point in the history
Will cause exception when applied.
  • Loading branch information
vincent-pli authored May 22, 2020
1 parent 399d0f0 commit d1cd233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton-catalog/kubectl-wrapper/deploy/taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
apiVersion: v1
kind: Pod
metadata:
Name: myapp-pod
name: myapp-pod
labels:
app: myapp
spec:
Expand Down

0 comments on commit d1cd233

Please sign in to comment.