fix(forgejo): Properly interpolate minio bucket name in forgejo config
This commit is contained in:
parent
b775019744
commit
358be3205b
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ gitea:
|
|||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||
STORAGE_TYPE: minio
|
||||
MINIO_LOCATION: eu-de
|
||||
MINIO_BUCKET: edp-forgejo-central-forgejo
|
||||
MINIO_BUCKET: edp-forgejo-{{{ .Env.CLUSTER_ENVIRONMENT }}}
|
||||
MINIO_USE_SSL: true
|
||||
|
||||
queue:
|
||||
|
|
Reference in a new issue