Skip to content

Commit

Permalink
change kubernetes cronjob api version to v1 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
wve-cleverconnect authored Sep 23, 2024
1 parent 00ebcaa commit cb43a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"description": "k8s CronJob",
"body": [
"# https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/",
"apiVersion: batch/v1beta1",
"apiVersion: batch/v1",
"kind: CronJob",
"metadata:",
" name: ${1:cronjobname}",
Expand Down

0 comments on commit cb43a96

Please sign in to comment.