feat(pipeline): changed definition of the MINIO_BUCKET in values of the forgejo-server
This commit is contained in:
parent
3be500a15a
commit
ba9c7d1d18
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ gitea:
|
||||||
{{{- define "DEFAULT_FORGEJO_BUCKET_NAME" -}}}
|
{{{- define "DEFAULT_FORGEJO_BUCKET_NAME" -}}}
|
||||||
edp-forgejo-{{{.env.CLUSTER_ENVIRONMENT}}}
|
edp-forgejo-{{{.env.CLUSTER_ENVIRONMENT}}}
|
||||||
{{{- end -}}}
|
{{{- end -}}}
|
||||||
MINIO_BUCKET: {{{ getenv "FORGEJO_BUCKET_NAME" {{ template "DEFAULT_FORGEJO_BUCKET_NAME" }} }}}
|
MINIO_BUCKET: {{{ getenv "FORGEJO_BUCKET_NAME" ( template "DEFAULT_FORGEJO_BUCKET_NAME" ) }}}
|
||||||
MINIO_USE_SSL: true
|
MINIO_USE_SSL: true
|
||||||
|
|
||||||
queue:
|
queue:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue