mirror of
https://github.com/bapung/gitea-runner-operator.git
synced 2026-06-21 23:48:43 +00:00
documentation
This commit is contained in:
@@ -107,12 +107,17 @@ spec:
|
||||
description: Repo is required if scope is 'repo'
|
||||
type: string
|
||||
scope:
|
||||
description: Scope defines the scope of the runner (global, org, repo)
|
||||
description: Scope defines the scope of the runner (global, org, user,
|
||||
repo)
|
||||
enum:
|
||||
- global
|
||||
- org
|
||||
- user
|
||||
- repo
|
||||
type: string
|
||||
user:
|
||||
description: User is required if scope is 'user'
|
||||
type: string
|
||||
required:
|
||||
- authToken
|
||||
- giteaURL
|
||||
|
||||
@@ -24,8 +24,8 @@ spec:
|
||||
|
||||
# Scope of the runners (global, org, or repo)
|
||||
scope: "org"
|
||||
org: "bapung" # Required if scope is 'org' or 'repo'
|
||||
user: "" # Required if scope is 'user' or 'repo'
|
||||
#org: "bapungorg" # Required if scope is 'org' or 'repo'; cannot be used with user
|
||||
user: "bapung" # Required if scope is 'user' or 'repo'; cannot be used with org
|
||||
#repo: "dummy-service-workflow" # Required if scope is 'repo'
|
||||
|
||||
# Labels to identify this runner group
|
||||
|
||||
Reference in New Issue
Block a user