fix: Remove unnecessary container registry step
This commit is contained in:
@@ -58,10 +58,18 @@ argument_specs:
|
||||
description: Admin username for the platform.
|
||||
type: str
|
||||
default: admin
|
||||
aap_operator_controller_route_host:
|
||||
aap_operator_gateway_route_host:
|
||||
description: >
|
||||
Custom hostname for the Automation Controller Route.
|
||||
When set, overrides the auto-generated route hostname (e.g. aap.example.com).
|
||||
Custom hostname for the AAP Gateway Route (primary UI/API entry point in AAP 2.5+).
|
||||
When set, overrides the auto-generated gateway route (e.g. aap.example.com).
|
||||
Leave unset to use the default apps subdomain route.
|
||||
type: str
|
||||
required: false
|
||||
aap_operator_controller_route_host:
|
||||
description: >
|
||||
Custom hostname for the Automation Controller Route.
|
||||
When set, overrides the auto-generated controller route hostname.
|
||||
Leave unset to use the default apps subdomain route.
|
||||
type: str
|
||||
required: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user