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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue