Update docs to use batch/v1 (#5228)

This commit is contained in:
Christoph Stäbler 2022-09-22 19:27:12 +02:00 committed by GitHub
parent 044751ac59
commit 44b4d61413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ any extra overrides given by `CE_OVERRIDES`.
1. Create a YAML file for the CronJob using the following example: 1. Create a YAML file for the CronJob using the following example:
```yaml ```yaml
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: heartbeat-cron name: heartbeat-cron

View File

@ -67,7 +67,7 @@ metadata:
name: bind-heartbeat name: bind-heartbeat
spec: spec:
subject: subject:
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: Job kind: Job
namespace: default namespace: default
selector: selector: