Update apiVersion to v1

`batch/v1beta` will be deprecated soon (unavailable in v1.25+) so moving to `batch/v1`
This commit is contained in:
Nedko Hristov 2022-09-15 20:22:30 +03:00 committed by GitHub
parent 02165b5e9f
commit ed01baef16
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
metadata:
name: simple-cronjob