Skip to content

Commit

Permalink
Document configuration. Fixes #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Aug 20, 2020
1 parent be6edc2 commit 2857c42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/samples/garo_v1alpha1_githubactionrunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ spec:
name: docker-certs
- mountPath: /home/runner/_diag
name: runner-diag
- mountPath: /home/runner/_work
name: runner-work
- mountPath: /home/runner/.m2
name: mvn-repo
- mountPath: /home/runner/.m2/settings.xml
Expand All @@ -80,6 +82,9 @@ spec:
value: /certs
image: docker:stable-dind
imagePullPolicy: Always
args:
# See linked issues from: https://github.com/evryfs/github-actions-runner-operator/issues/39
- --mtu=1430
resources: {}
securityContext:
privileged: true
Expand All @@ -88,6 +93,8 @@ spec:
name: docker-storage
- mountPath: /certs
name: docker-certs
- mountPath: /home/runner/_work
name: runner-work
- name: exporter
image: quay.io/evryfs/github-actions-runner-metrics:v0.0.3
ports:
Expand All @@ -98,6 +105,8 @@ spec:
mountPath: /_diag
readOnly: true
volumes:
- emptyDir: {}
name: runner-work
- emptyDir: {}
name: runner-diag
- emptyDir: {}
Expand Down

0 comments on commit 2857c42

Please sign in to comment.