cockroachdb / cockroachdb/cockroach-operator
How to define users via configuration?
Open
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
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](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/manifest.yaml).
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.