mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Update bundle variables to catchup with latest commits
This commit is contained in:
@@ -29,9 +29,11 @@ spec:
|
|||||||
tower_task_privileged:
|
tower_task_privileged:
|
||||||
description: If a privileged security context should be enabled
|
description: If a privileged security context should be enabled
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: false
|
||||||
tower_admin_user:
|
tower_admin_user:
|
||||||
description: Username to use for the admin account
|
description: Username to use for the admin account
|
||||||
type: string
|
type: string
|
||||||
|
default: admin
|
||||||
tower_hostname:
|
tower_hostname:
|
||||||
description: The hostname of the instance
|
description: The hostname of the instance
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -180,9 +180,11 @@ spec:
|
|||||||
tower_task_privileged:
|
tower_task_privileged:
|
||||||
description: If a privileged security context should be enabled
|
description: If a privileged security context should be enabled
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: false
|
||||||
tower_admin_user:
|
tower_admin_user:
|
||||||
description: Username to use for the admin account
|
description: Username to use for the admin account
|
||||||
type: string
|
type: string
|
||||||
|
default: admin
|
||||||
tower_hostname:
|
tower_hostname:
|
||||||
description: The hostname of the instance
|
description: The hostname of the instance
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -29,9 +29,11 @@ spec:
|
|||||||
tower_task_privileged:
|
tower_task_privileged:
|
||||||
description: If a privileged security context should be enabled
|
description: If a privileged security context should be enabled
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: false
|
||||||
tower_admin_user:
|
tower_admin_user:
|
||||||
description: Username to use for the admin account
|
description: Username to use for the admin account
|
||||||
type: string
|
type: string
|
||||||
|
default: admin
|
||||||
tower_hostname:
|
tower_hostname:
|
||||||
description: The hostname of the instance
|
description: The hostname of the instance
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ spec:
|
|||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:io.kubernetes:Secret
|
- urn:alm:descriptor:io.kubernetes:Secret
|
||||||
|
- displayName: Old Database configuration secret
|
||||||
path: tower_old_postgres_configuration_secret
|
path: tower_old_postgres_configuration_secret
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
@@ -207,6 +208,18 @@ spec:
|
|||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
|
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
|
||||||
|
- displayName: Deploy the instance in development mode ?
|
||||||
|
path: development_mode
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Should Tower Task container deployed with prileged level ?
|
||||||
|
path: tower_task_privileged
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
- displayName: Deployment Type
|
- displayName: Deployment Type
|
||||||
path: deployment_type
|
path: deployment_type
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
@@ -217,16 +230,76 @@ spec:
|
|||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Redis Image
|
||||||
|
path: tower_redis_image
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: PostgreSQL Image
|
||||||
|
path: tower_postgres_image
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
- displayName: Tower Postgres Storage Class
|
- displayName: Tower Postgres Storage Class
|
||||||
path: tower_postgres_storage_class
|
path: tower_postgres_storage_class
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Postgres Datapath
|
||||||
|
path: tower_postgres_data_path
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
- displayName: Certificate Authorirty Trust Bundle
|
- displayName: Certificate Authorirty Trust Bundle
|
||||||
path: ca_trust_bundle
|
path: ca_trust_bundle
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Task Args
|
||||||
|
path: tower_task_args
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Task Command
|
||||||
|
path: tower_task_command
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Task Extra Env
|
||||||
|
path: tower_task_extra_env
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Task Extra Volume Mounts
|
||||||
|
path: tower_task_extra_volume_mounts
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Web Args
|
||||||
|
path: tower_web_args
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Web Command
|
||||||
|
path: tower_web_command
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Web Extra Env
|
||||||
|
path: tower_web_extra_env
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Web Extra Volume Mounts
|
||||||
|
path: tower_web_extra_volume_mounts
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: Tower Extra Volumes
|
||||||
|
path: tower_extra_volumes
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
statusDescriptors:
|
statusDescriptors:
|
||||||
- description: Route to access the instance deployed
|
- description: Route to access the instance deployed
|
||||||
displayName: URL
|
displayName: URL
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ spec:
|
|||||||
tower_admin_user:
|
tower_admin_user:
|
||||||
description: Username to use for the admin account
|
description: Username to use for the admin account
|
||||||
type: string
|
type: string
|
||||||
|
default: admin
|
||||||
tower_broadcast_websocket_secret:
|
tower_broadcast_websocket_secret:
|
||||||
description: Secret where the broadcast websocket secret can be found
|
description: Secret where the broadcast websocket secret can be found
|
||||||
type: string
|
type: string
|
||||||
@@ -177,6 +178,7 @@ spec:
|
|||||||
tower_task_privileged:
|
tower_task_privileged:
|
||||||
description: If a privileged security context should be enabled
|
description: If a privileged security context should be enabled
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: false
|
||||||
tower_task_resource_requirements:
|
tower_task_resource_requirements:
|
||||||
description: Resource requirements for the task container
|
description: Resource requirements for the task container
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user