Allow tower_ee_image to be specified in CR

This commit is contained in:
Shane McDonald
2021-03-28 15:09:03 -04:00
parent ecdfaf6c0d
commit 257a3ba807
3 changed files with 9 additions and 0 deletions

View File

@@ -107,6 +107,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_image_pull_policy:
description: The image pull policy
type: string

View File

@@ -258,6 +258,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_image_pull_policy:
description: The image pull policy
type: string

View File

@@ -107,6 +107,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_image_pull_policy:
description: The image pull policy
type: string