Collabora: add admin username and password for GUI admin access
In the Helm Chart values, we have these parameters we can set :
password: examplepass
username: admin
Right now we can set this params in install/addons/collabora/collabora-values.yaml
after we build files with Eole³ Tools build command in this section :
collabora:
extra_params: --o:ssl.enable=false --o:ssl.termination=true
password: mypassword
username: myadminname
Is it possible to implement this feature in Eole³ Tools to customize these parameters ?