David Frickert
David Frickert
hi @laszlocph can you review this one? thanks
Any update on this work? I also run into this issue in every docker image upgrade, I guess I need to increase probe timeouts
> > Any update on this work? I also run into this issue in every docker image upgrade, I guess I need to increase probe timeouts > > For now,...
Just had the same issue, i think PR #151 that I just published should fix it (plus bumping chart versions of course)
as a workaround until this fix is released, you can use the following workaround: ``` volumes: - name: config path: /config/config.yml subPath: config.yml existingSecret: secret existingClaim: dummy ``` by using...
I ran kcc with full debug logging and saw that the credentials are sent to the user creation API along with the user details. I guess that when federating with...
Okay, after some testing I did find out a way to bypass this issue, it is a bit annoying though. I have to first import the user without credentials or...
Having the same issue, matrix seems to be empty when trying to pass data from a previous job into it. Also seems like matrix variables cannot be used on Job...
I think that there are at least 2 issues: - matrix templates are not evaluated - template evaluation at matrix/run-on is not able to use job outputs did a simple...
potentially fixes #148 the list of env vars that are removed is non exhaustive, maybe more need to be added, these are just the ones that were causing problems in...