mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs: refine k8s example (#13668)
Signed-off-by: Fynn Späker <spaeker@23technologies.cloud>
This commit is contained in:
parent
f4776692ab
commit
42537f2252
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ The following is an example manifest of running Renovate against a GitHub Enterp
|
|||
First the Kubernetes manifest:
|
||||
|
||||
```yaml
|
||||
apiVersion: batch/v1beta1
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: renovate
|
||||
|
@ -109,7 +109,7 @@ data:
|
|||
}
|
||||
|
||||
---
|
||||
apiVersion: batch/v1beta1
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: renovate-bot
|
||||
|
|
Loading…
Reference in a new issue