When the following command is executed
I get the error
Error: unknown shorthand flag: 'e' in -execute
See 'influx -h' for help
command terminated with exit code 1
which is thrown from the line
kubectl exec -ti -n $tenant $influxdb_pod -- influx -execute 'CREATE DATABASE jmeter'
How do I solve this?