Max Nitze

Results 38 comments of Max Nitze

See also my comment here: https://github.com/kedacore/keda/issues/4833#issuecomment-1793442346

There is also the possibility to do this with an init container. Here's an example we do in our setup: We add the certificates as a secret to the cluster:...

I guess you are trying to manipulate the original cacerts file? That will not work. That's why we copy it to a different place (in our case an `emptyDir`) and...

I guess your keytool command misses the argument to change the cacerts file to use: `-keystore /cacerts/cacerts`. Your command will try to manipulate the original file `${JAVA_HOME}/lib/security/cacerts` which it has...

Is there another way to update an existing server programmatically?

Okay. So from my perspective there are multiple ways to solve my specific problem: * provide an API to update existing servers * update exiwting servers in replace mode (based...

I updated the PR with fixes for your comments.

Hey! I answered your comment. I can switch it, of course. Makes more sense to me as well. Your call :)

Not sure why the VIB Verify check failed here. But it also failed for other PRs. Maybe somethings wrong with the action?

Updated the chart and removed the custom script option of the additional binaries.