We have a k8s job set up on each deployment which executes SQL script that creates additional indexes, I would love to see a feature where we could avoid this since it slows down the deployment (Deployment waits till the job is complete)
Maybe it would also be nice if we could pass higher privileged credentials to it in case we need to configure other things like users
We have a k8s job set up on each deployment which executes SQL script that creates additional indexes, I would love to see a feature where we could avoid this since it slows down the deployment (Deployment waits till the job is complete)
Maybe it would also be nice if we could pass higher privileged credentials to it in case we need to configure other things like users