1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Fix yaml indentation for Action Runner Controller Docs (#27587)

This commit is contained in:
zhuoyang
2023-08-22 00:11:45 +08:00
committed by GitHub
parent 656f133ea5
commit 89201a7937

View File

@@ -501,10 +501,10 @@ template:
- name: runner
image: ghcr.io/actions/actions-runner:latest
command: ["/home/runner/run.sh"]
resources:
limits:
cpu: 500m
memory: 512Mi
resources:
limits:
cpu: 500m
memory: 512Mi
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false