Issues · authzed/spicedb-operator
# spicedb
j
Hi all, I created a new proposal for
spicedb-operator
[here](https://github.com/authzed/spicedb-operator/issues/350). Welcome comments! I'm happy to work on this as well.
e
Do you just want to change this for all SpiceDBClusters? it is a global setting in the config.yaml that the operator reads on startup
but the idea seems fine to me either way
j
Ah I see it here, so in theory, I should be able to patch the configMap
imageName
to point to the internal registry?
Yes - my plan would be to change it globally
I think it's a little more complicated than doing a kustomize patch because
update-graph.yaml
in the configmap is read as a string, not individual values. So if I wanted to patch
imageName:
inside the yaml file in the configmap, I essentially would have to do a string replace. In reality, I'll have to copy the update-graph.yaml file, replace the imageName, and then patch the entire update-graph.yaml value.
e
Maybe it's simpler to make this an flag/env var for the operator? it would be easier to patch in
and then the graph would not indicate the base image at all
11 Views