Init Container Fails If User Present With External DB #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I'm reinstalling the chart. I've tried both deleting and reinstalling the chart and upgrading it. The problem is the init container seems to keep failing as the user is already present in the database. Any ideas on how this can be fixed? The init container shouldn't run again with every reinstallation. This will also be a problem for upgrades of the container image in the future.
Hi, that is odd. We added a backup, that if the user is present, we only change the password. I'll check that today and get back to you.
Okay, so is the first start successfull?
Can you post the output of the init container?
I've found a bug, which could have impact on the behavior you're experiencing. But it should not have anything to do with the admin user creation. That works fine on upgrades/reinstall/delete whatever :D.
I just pushed version 1.4.1-r1 on novumrgi chart repo. This might fix this error. It would be great if you can test this.
Feel free to contact me on discord directly, so we can resolve this Issue quickly :)
Sorry for the late reply on this. Still having the same issue with this using version 1.4.1-r1. Thanks that would be great what discord should I join?
discord.gg/gitea
This seems to be working now. Weird that it seems to run through all these checks in the init container and the main container each time it starts. Not the end of the world but it would be nice if this startup was a bit quicker.
I think this can be closed now @sstubbs?