mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-15 16:04:26 +08:00
adding tests checking auth
This commit is contained in:
@@ -10,6 +10,7 @@ spec:
|
||||
githubConfigUrl: {{ required ".Values.auth.url is required" (trimSuffix "/" .Values.auth.url) | quote }}
|
||||
githubConfigSecret: {{ include "github-secret.name" . | quote }}
|
||||
runnerGroup: {{ .Values.scaleset.runnerGroup | quote }}
|
||||
runnerScaleSetName: {{ .Values.scaleset.name | quote }}
|
||||
|
||||
{{- if .Values.githubServerTLS }}
|
||||
githubServerTLS:
|
||||
|
||||
Reference in New Issue
Block a user