Skip to content

Commit

Permalink
Update cron-job.yml (#947)
Browse files Browse the repository at this point in the history
This change fixes this issue:

```
kapp: Error: Expected to find kind 'batch/v1beta1/CronJob', but did not:
- Kubernetes API server did not have matching apiVersion + kind
- No matching CRD was found in given configuration
```

Signed-off-by: John Cudd <[email protected]>
  • Loading branch information
jmcudd authored May 2, 2024
1 parent 4c75f2e commit e7f1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jobs/cron-job.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: cron-job
Expand Down

0 comments on commit e7f1085

Please sign in to comment.