From 89201a7937fe234863564e1d8541e2d8424c856b Mon Sep 17 00:00:00 2001 From: zhuoyang Date: Tue, 22 Aug 2023 00:11:45 +0800 Subject: [PATCH] Fix yaml indentation for Action Runner Controller Docs (#27587) --- ...ng-runner-scale-sets-with-actions-runner-controller.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md index 37570e2302..d310995e95 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -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