naming and documentation fixes

This commit is contained in:
uumas
2026-03-12 00:38:42 +02:00
parent fb39f1bfc8
commit 190527e877
5 changed files with 47 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ argument_specs:
default: []
elements: str
container_entrypoint:
description: Entrypoint to use for the continaer
description: Entrypoint to use for the container
type: str
required: false
default: ""
@@ -25,7 +25,7 @@ argument_specs:
default: ""
container_image:
description: "The image to run in the container, in FQIN format (registry/imagename:tag)"
description: "The image to run in the container, in FQIN format (registry/image_name:tag)"
type: str
required: true