cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

How to define users via configuration?

Open ahgraber opened this issue 3 years ago • 1 comments

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?

ahgraber avatar May 06 '22 18:05 ahgraber

There should probably be a custom resource for User creation

nick4fake avatar May 02 '23 01:05 nick4fake