forked from DevFW-CICD/stacks
feat(pipeline): changed definition of the MINIO_BUCKET in values of the forgejo-server
This commit is contained in:
parent
f9396ac145
commit
3be500a15a
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ gitea:
|
|||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||
STORAGE_TYPE: minio
|
||||
MINIO_LOCATION: eu-de
|
||||
{{{- define DEFAULT_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" }} }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue