fix: don't base64 decode secret strings (#1683)

This commit is contained in:
oreonl
2022-08-02 16:47:07 -10:00
committed by GitHub
parent 37aa1a0b8c
commit e511401e51
2 changed files with 14 additions and 48 deletions

View File

@@ -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: