Skip to content
Snippets Groups Projects
Commit 2992f8df authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

show how to define default image to run using

parent a9864d05
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,12 @@ data:
executor = "kubernetes"
[runners.kubernetes]
namespace = "gitlab"
image = "busybox"
```
Where `image` (optional) is the default Docker image to run jobs on top of.
Then create a `Deployment` or `ReplicationController` which uses the `ConfigMap`.
This is an example of a `Deployment`:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment