fix: deactivate actions to deploy gitea
This commit is contained in:
parent
85783484a7
commit
fb31e504be
1 changed files with 3 additions and 3 deletions
|
|
@ -57,9 +57,9 @@ spec:
|
|||
metrics:
|
||||
enabled: true
|
||||
actions:
|
||||
enabled: true
|
||||
enabled: false
|
||||
provisioning:
|
||||
enabled: true
|
||||
enabled: false
|
||||
statefulset:
|
||||
actRunner:
|
||||
repository: gitea/act_runner
|
||||
|
|
@ -71,7 +71,7 @@ spec:
|
|||
pullPolicy: IfNotPresent
|
||||
config:
|
||||
actions:
|
||||
ENABLED: true
|
||||
ENABLED: false
|
||||
metrics:
|
||||
ENABLED: true
|
||||
repository:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue