Files
katenary/internal
Patrice Ferlet cf56789389 fix(generator): use args and command
Common mistake...

- Docker and Podman uses "command" as argument to "entrypoint"
- Kubernetes uses "command" as entrypoint and "args" as argument

So, we needed to use Command and Args in all related objects.

Fixes #163
2025-08-20 09:28:48 +02:00
..