http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/administration/integration/plantuml.md
In Linux package installations, you can set this value in /etc/gitlab/gitlab.rb with
this command:
gitlab_rails [ 'env' ] = { 'PLANTUML_ENCODING' => 'deflate' }
In GitLab Helm chart, you can set it by adding a variable to the
global.extraEnv
section, like this:
global :
extraEnv :
PLANTUML_ENCODING : deflate
deflate is the default encoding type for PlantUML.