Is there no way in kubernetes to add flink configuration (e.g. taskmanager.numberOfTaskSlots) via environment variables? For instance in the Docker doc it looks like you can add a config via FLINK_PROPERTIES, but this isn't working for me in kubernetes...