cockroach-operator
cockroach-operator copied to clipboard
How to define users via configuration?
I am using the gitops tool flux to manage my kubernetes cluster. I have installed the cockroach operator and deployed a cluster based on the example manifest.
The cockroach operator documentation suggests manually adding users via the command line. Given that the k8s cluster is gitops-managed, I would prefer to provide a configMap/Secret or hack something using an initContainer to provision users.
Is this possible?
There should probably be a custom resource for User creation