mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
fix: don't base64 decode secret strings (#1683)
This commit is contained in:
10
README.md
10
README.md
@@ -273,7 +273,7 @@ Alternatively, you can install each controller stack into a unique namespace (re
|
||||
- The organization level
|
||||
- The enterprise level
|
||||
|
||||
Runners can be deployed as 1 of 2 abstractions:
|
||||
Runners can be deployed as 1 of 2 abstractions:
|
||||
|
||||
- A `RunnerDeployment` (similar to k8s's `Deployments`, based on `Pods`)
|
||||
- A `RunnerSet` (based on k8s's `StatefulSets`)
|
||||
@@ -1791,9 +1791,11 @@ kind: RunnerDeployment
|
||||
metadata:
|
||||
namespace: org1-runners
|
||||
spec:
|
||||
githubAPICredentialsFrom:
|
||||
secretRef:
|
||||
name: org1-github-app
|
||||
template:
|
||||
spec:
|
||||
githubAPICredentialsFrom:
|
||||
secretRef:
|
||||
name: org1-github-app
|
||||
---
|
||||
kind: HorizontalRunnerAutoscaler
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user