Skip to content
Snippets Groups Projects
Unverified Commit 42537f22 authored by Fynn Späker's avatar Fynn Späker Committed by GitHub
Browse files

docs: refine k8s example (#13668)

parent f4776692
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ The following is an example manifest of running Renovate against a GitHub Enterp ...@@ -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 ...@@ -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: ...@@ -109,7 +109,7 @@ data:
} }
--- ---
apiVersion: batch/v1beta1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: renovate-bot name: renovate-bot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment