Make postgres image and version separately configurable for backup/restore

- Update templated and generated manifest files
This commit is contained in:
Christian M. Adams
2021-06-01 17:37:11 -04:00
parent e857902dcc
commit 69b3f43414
11 changed files with 54 additions and 4 deletions

View File

@@ -46,6 +46,12 @@ spec:
postgres_label_selector:
description: Label selector used to identify postgres pod for backing up data
type: string
postgres_image:
description: Registry path to the PostgreSQL container to use
type: string
postgres_image_version:
description: PostgreSQL container image version to use
type: string
status:
type: object
properties:

View File

@@ -50,6 +50,12 @@ spec:
postgres_label_selector:
description: Label selector used to identify postgres pod for backing up data
type: string
postgres_image:
description: Registry path to the PostgreSQL container to use
type: string
postgres_image_version:
description: PostgreSQL container image version to use
type: string
status:
type: object
properties: