Update CRD stuff related to tower_ee_image -> tower_ee_images rename

This commit is contained in:
Shane McDonald
2021-04-03 17:16:30 -04:00
parent 4230120884
commit 550756c33c
4 changed files with 51 additions and 48 deletions

View File

@@ -113,9 +113,16 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
tower_ee_images:
description: Registry path to the Execution Environment container to use
type: string
type: array
items:
type: object
properties:
name:
type: string
image:
type: string
tower_image_pull_policy:
description: The image pull policy
type: string