BitNami GitLab Stack 5.1.0-2 rewrites gitlab.yml after reboot
Created by: paulvi
I am trying configure LDAP for GitLab on Bitnami stack
Then ran into problem
Could not authorize you from Ldap because “Server 192.168.133.100 refused connection on port 389”.
where 192.168.133.100 is actually gitlab server itself.
I change /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml
to have
ldap:
enabled: true
host: '192.168.1.14'
, but after reboot
or GitLab restart
sudo /opt/bitnami/ctlscript.sh restart gitlab_sidekiq
it is back to 192.168.133.100. That is bug!
How to make BitNami GitLab Stack not to do that?