fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Reducing repetition in the kustomize scripts for setting up the init containers for the operator

Open brownleej opened this issue 4 years ago • 1 comments

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.

brownleej avatar Jun 01 '21 18:06 brownleej

I don't think that kustomize offers too much here since this would require some templating.

johscheuer avatar Mar 06 '22 11:03 johscheuer

Closing, since kustomize doesn't offer a solution for that right now.

johscheuer avatar Jan 19 '23 07:01 johscheuer