fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Reducing repetition in the kustomize scripts for setting up the init containers for the operator
In our kustomize config for the operator deployments, we have multiple init containers defined for copying binaries and libraries. This has a lot of repetition, since each container is using similar images, arguments, and volume mounts. We should look for ways to reduce this repetition.
I don't think that kustomize offers too much here since this would require some templating.
Closing, since kustomize doesn't offer a solution for that right now.