test(forgejo): secret
This commit is contained in:
parent
c9b3c13b99
commit
94cee59cb4
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
||||
global:
|
||||
imagePullSecrets:
|
||||
- regcred
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
|
@ -70,7 +74,6 @@ image:
|
|||
#rootless: true
|
||||
fullOverride: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw/edp-forgejo:latest-rootless
|
||||
|
||||
|
||||
forgejo:
|
||||
runner:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue