Aleks

Results 116 comments of Aleks
trafficstars

I would also like to donate for this feature.

@corneliusweig Yes, with the current version v1.3.6 is this fatal still raised. OpenShift: 4.5.16 I have solved this with switching go yaml output `-o yaml`

I use for this http://smarden.org/socklog/ in my Dockerfile https://gitlab.com/aleks001/haproxy18-centos/blob/master/Dockerfile#L31-36 and configure haproxy to log there. ``` && make -C /usr/src/lua linux test install \ && mkdir /package && cd /package...

I got the same error with this wsdl. https://github.com/mantisbt/mantisbt/blob/master/api/soap/mantisconnect.wsdl or raw https://raw.githubusercontent.com/mantisbt/mantisbt/master/api/soap/mantisconnect.wsdl

I have seen the same behavior. I'am in the phase to learn the code, so maybe I will be able to find this issue after the learn phase

sorry but again I fail on git handling. I always edit over the GUI and when the PR is commented I never come to a good result with the git...

> @git001 , did you have a chance to watch my video about Local Auth on Youtube? Sorry no. I will take a look. thanks for shareing

As I have not found any easy way to use environment variables in the `values.yaml` have I used this line to full fill the requirements. ``` CI_ENVIRONMENT_SLUG=lala envsubst < charts/values.yaml|...