mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🚑 actions-runner-controller
This commit is contained in:
@@ -11,7 +11,17 @@ spec:
|
||||
name: onepassword-connect
|
||||
target:
|
||||
name: actions-runner-controller-auth-secret
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
ACTION_RUNNER_CONTROLLER_GITHUB_APP_ID: |-
|
||||
{{ .ACTION_RUNNER_CONTROLLER_GITHUB_APP_ID }}
|
||||
ACTION_RUNNER_CONTROLLER_GITHUB_INSTALLATION_ID: |-
|
||||
{{ .ACTION_RUNNER_CONTROLLER_GITHUB_INSTALLATION_ID }}
|
||||
ACTION_RUNNER_CONTROLLER_GITHUB_PRIVATE_KEY: |-
|
||||
{{ .ACTION_RUNNER_CONTROLLER_GITHUB_PRIVATE_KEY }}
|
||||
ACTION_RUNNER_CONTROLLER_GITHUB_WEBHOOK_SECRET_TOKEN: |-
|
||||
{{ .ACTION_RUNNER_CONTROLLER_GITHUB_WEBHOOK_SECRET_TOKEN }}
|
||||
dataFrom:
|
||||
- extract:
|
||||
# github_app_id, github_app_installation_id, github_app_private_key
|
||||
key: actions-runner-controller
|
||||
|
@@ -15,9 +15,7 @@ spec:
|
||||
kind: HelmRepository
|
||||
name: actions-runner-controller
|
||||
namespace: flux-system
|
||||
maxHistory: 2
|
||||
install:
|
||||
createNamespace: true
|
||||
crds: CreateReplace
|
||||
remediation:
|
||||
retries: 3
|
||||
|
Reference in New Issue
Block a user