Pass secrets as environment variables without entry-point script

hi, i found how to pass secrets as environment variables from vault, i need to write a string in manifest (look below), but what if i don’t have entry-point script in my microservices, so what should i write there instead of script?

args: ["sh", "-c", "source /vault/secrets/config && <entry-point script>"]