Hakula Chen

Results 4 comments of Hakula Chen

I just keep [my own fork](https://github.com/hakula139/LoveIt) and simply fix any bugs that I've found while using. 😄

> @hakula139 , can we see what you have updated in your version ? Do you have any reason to not switch to DoIt version ? Well, I mainly maintain...

@CXwudi Keeping a personal fork is for maintaining a detailed commit history and merging updates from upstream whenever needed and possible. There's no need to teach me how and when...

I probably found a way to mitigate the split-brain issue, which is to set a delay before start: ```yaml postgresql: extraInitContainers: - name: sleep image: busybox command: ['sleep', '15'] ```...