Skip to content

Commit

Permalink
Readme: switch to batch/v1
Browse files Browse the repository at this point in the history
`batch/v1beta1` has been deprecated by Kubernetes for a few releases now, and will be removed in a later version. This commit changes the example to `batch/v1`.
  • Loading branch information
Akarys42 authored Feb 6, 2022
1 parent 4c813f4 commit 4d454b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ at midnight.
```yaml
# cronjob.yaml
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: blackbox
Expand Down

0 comments on commit 4d454b2

Please sign in to comment.