flinkk8soperator icon indicating copy to clipboard operation
flinkk8soperator copied to clipboard

Custom Deployments

Open technomage opened this issue 6 years ago • 0 comments

Is there a way to customize the deployment generated by the operator. In particular adding init containers to do setup work required by our environment? We are generating job jars dynamically, and for security reasons can not create new images per job. We want an init container to copy the jar to the proper place in /opt before the job starts with the standard image.

technomage avatar Apr 21 '20 18:04 technomage