mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-10 02:41:35 +00:00
Merge pull request #250 from rooftopcellist/ee-vars
Add templated EE volume mount var to operator config
This commit is contained in:
@@ -230,9 +230,14 @@ spec:
|
||||
type: string
|
||||
tower_web_extra_env:
|
||||
type: string
|
||||
tower_ee_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to Execution container
|
||||
type: string
|
||||
tower_task_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to Task container
|
||||
type: string
|
||||
tower_web_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to the Web container
|
||||
type: string
|
||||
tower_redis_image:
|
||||
description: Registry path to the redis container to use
|
||||
|
||||
@@ -228,9 +228,14 @@ spec:
|
||||
type: string
|
||||
tower_web_extra_env:
|
||||
type: string
|
||||
tower_ee_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to Execution container
|
||||
type: string
|
||||
tower_task_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to Task container
|
||||
type: string
|
||||
tower_web_extra_volume_mounts:
|
||||
description: Specify volume mounts to be added to the Web container
|
||||
type: string
|
||||
tower_redis_image:
|
||||
description: Registry path to the redis container to use
|
||||
|
||||
Reference in New Issue
Block a user