feat(pipeline): changed definition of the MINIO_BUCKET in values of the forgejo-server

This commit is contained in:
evdo 2025-07-25 11:48:34 +02:00
parent 5fb6c72604
commit f9396ac145

View file

@ -121,7 +121,10 @@ gitea:
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443 MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
STORAGE_TYPE: minio STORAGE_TYPE: minio
MINIO_LOCATION: eu-de MINIO_LOCATION: eu-de
MINIO_BUCKET: {{{ .Env.FORGEJO_BUCKET_NAME }}} {{{- define DEFAULT_FORGEJO_BUCKET_NAME -}}}
edp-forgejo-{{{.env.CLUSTER_ENVIRONMENT}}}
{{{- end -}}}
MINIO_BUCKET: {{{ getenv "FORGEJO_BUCKET_NAME" {{ template "DEFAULT_FORGEJO_BUCKET_NAME" }} }}}
MINIO_USE_SSL: true MINIO_USE_SSL: true
queue: queue: