Abner Rizzi
Abner Rizzi
> HI, there is a bug in your commit, you need to change also country_name by country in line 196 it seems solved any way, LGTM!
Same here following the README
> Is this plugin dead or Atom died? looks like =(
What about we fork and continue the project ? who dares ?
same here when I tried to run gitlab helm chart on v2.11.3+3f344d5
I solved increasing the argo-cd timeout ... `ARGOCD_EXEC_TIMEOUT`
same here
I think so
on templates/deployment.yaml, on line 64, add --skip-ssl change from: while ! ${client} --defaults-file=/tmp/defaultsfile.cnf -e "SELECT 1" --skip-ssl > /dev/null 2>&1; do to: while ! ${client} --defaults-file=/tmp/defaultsfile.cnf -e "SELECT 1" >...