in a kubernetes Deployment yaml file is there a simple way to run multiple commands in the postStart hook of a container?
I\'m trying to do something like this:
You also can create a bash or make script to group all those commands.