olm-catalog: Update with latest content from AWXBackup and AWXRestore

This commit is contained in:
Yanis Guenane
2021-05-05 10:34:18 +02:00
parent 51dd524579
commit ce0a251c1c
8 changed files with 230 additions and 12 deletions

View File

@@ -25,6 +25,8 @@ spec:
properties:
spec:
type: object
required:
- deployment_name
properties:
deployment_name:
description: Name of the deployment to be backed up
@@ -44,5 +46,3 @@ spec:
postgres_label_selector:
description: Label selector used to identify postgres pod for backing up data
type: string
oneOf:
- required: ["deployment_name"]

View File

@@ -26,6 +26,12 @@ spec:
spec:
type: object
properties:
backup_source:
description: Backup source
type: string
enum:
- CR
- PVC
deployment_name:
description: Name of the deployment to be restored to
type: string
@@ -44,5 +50,3 @@ spec:
postgres_label_selector:
description: Label selector used to identify postgres pod for backing up data
type: string
oneOf:
- required: ["deployment_name", "backup_pvc_namespace"]