-
- Downloads
feat(helm,manifests): only specify container args instead of command (#691)
The container image already has the entrypoint defined. It makes no sense to duplicate this in the deployment manifests. The hardcoded entrypoint has stopped us from introducing ko for building container images before, as ko uses another entrypoint and has no option for configuring it.
Loading