naming and documentation fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user