Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
42537f22
Unverified
Commit
42537f22
authored
3 years ago
by
Fynn Späker
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: refine k8s example (#13668)
Signed-off-by:
Fynn Späker
<
spaeker@23technologies.cloud
>
parent
f4776692
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/examples/self-hosting.md
+3
-3
3 additions, 3 deletions
docs/usage/examples/self-hosting.md
with
3 additions
and
3 deletions
docs/usage/examples/self-hosting.md
+
3
−
3
View file @
42537f22
...
@@ -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/v1
beta1
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/v1
beta1
apiVersion: batch/v1
kind: CronJob
kind: CronJob
metadata:
metadata:
name: renovate-bot
name: renovate-bot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment