flinkk8soperator
flinkk8soperator copied to clipboard
Custom Deployments
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.