I am installing GitLab using helm leveraging 3k-cloud-native-hybrid. All other pods are running except for KAS, webservice, and sidekiq in STATUS (Init:CrashLoopBackOff and CrashLoopBackOffInit). Toolbox was also failing which I realized was because it was missing a script-or-command for -c under arguments (args). So I updated the toolbox configuration with the command - “gitlab-rake db:migrate” for migration to initialize the database. That update resolved the toolbox pos issue, but my question is, is that the right script to use and/or are there any other scripts to add since the pods keep restarting? I need to resolve that and also resolve the other pods to Run status. Can anyone help please.