fix(generator): use args and command #164

Merged
metal3d merged 1 commits from fixes/bug-163 into master 2025-08-20 07:42:03 +00:00

1 Commits

Author SHA1 Message Date
b7a036a3dd fix(generator): use args and command
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m57s
Go-Tests / sonar (pull_request) Successful in 47s
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:37:36 +02:00