Skip to content

Commit

Permalink
chore(arc): move valuesfrom to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 10, 2025
1 parent 2bebd8d commit 19f2e53
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ spec:
remediation:
strategy: rollback
retries: 3
valuesFrom:
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_APP_ID
targetPath: githubConfigSecret.github_app_id
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_INSTALLATION_ID
targetPath: githubConfigSecret.github_app_installation_id
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_PRIVATE_KEY
targetPath: githubConfigSecret.github_app_private_key
values:
nameOverride: *app
runnerScaleSetName: *app
Expand Down Expand Up @@ -63,16 +76,3 @@ spec:
controllerServiceAccount:
name: gha-runner-scale-set-controller
namespace: actions-runner-system
valuesFrom:
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_APP_ID
targetPath: githubConfigSecret.github_app_id
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_INSTALLATION_ID
targetPath: githubConfigSecret.github_app_installation_id
- kind: Secret
name: actions-runner-controller-auth-secret
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_PRIVATE_KEY
targetPath: githubConfigSecret.github_app_private_key

0 comments on commit 19f2e53

Please sign in to comment.