docs: refine k8s example (#13668)

Signed-off-by: Fynn Späker <spaeker@23technologies.cloud>
This commit is contained in:
Fynn Späker 2022-01-20 13:13:55 +01:00 committed by GitHub
parent f4776692ab
commit 42537f2252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ The following is an example manifest of running Renovate against a GitHub Enterp
First the Kubernetes manifest: First the Kubernetes manifest:
```yaml ```yaml
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: renovate name: renovate
@ -97,7 +97,7 @@ A `config.js` file can be added to the manifest using a `ConfigMap` as shown in
```yaml ```yaml
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: renovate-config name: renovate-config
@ -109,7 +109,7 @@ data:
} }
--- ---
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: renovate-bot name: renovate-bot