Update batch apiVersion to v1 (#68)

`batch/v1beta` will be deprecated soon (unavailable in v1.25+) so moving to `batch/v1`
This commit is contained in:
Nedko Hristov 2022-10-12 10:20:08 +03:00 committed by GitHub
parent 02165b5e9f
commit c87de40c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--- ---
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: simple-cronjob name: simple-cronjob