salesforce/helm-starter-istio

Add optional command options under image

rmichela opened this issue · 1 comments

image:
  command:
  - cmd
  - arg1
  - arg2

Command options let you override or provide arguments to the container's entrypoint.

Useful, but not technically needed to run a services under Istio 🤔