|
|
|
|
|
by tapoxi
153 days ago
|
|
helm repo add gitlab https://charts.gitlab.io/ && helm upgrade --install gitlab gitlab/gitlab I did this in 2019, it avoided so many headaches. CI is better too since there's a nice clean mapping of build -> pod for everything and I can just exec in if something's borked. |
|