Updated image pull policy for backup and restore policy as variable (#1473)

This commit is contained in:
rakesh561
2023-07-05 14:39:43 -04:00
committed by GitHub
parent cbdbeb790b
commit 43c1f396c3
9 changed files with 48 additions and 2 deletions

View File

@@ -90,6 +90,17 @@ spec:
postgres_image_version:
description: PostgreSQL container image version to use
type: string
image_pull_policy:
description: The image pull policy
type: string
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
db_management_pod_node_selector:
description: nodeSelector for the Postgres pods to backup
type: string

View File

@@ -94,6 +94,17 @@ spec:
postgres_image_version:
description: PostgreSQL container image version to use
type: string
image_pull_policy:
description: The image pull policy
type: string
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
db_management_pod_node_selector:
description: nodeSelector for the Postgres pods to backup
type: string