mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
restore: Fix enum value for backup_source
The choice for backup_source are: - Backup CR - PVC This current prevents to create an AWXRestore CR with the Backup CR value from the OLM UI. Error "Unsupported value: "Backup CR": supported values: "CR", "PVC"" for field "spec.backup_source". Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
description: Backup source
|
description: Backup source
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- CR
|
- Backup CR
|
||||||
- PVC
|
- PVC
|
||||||
deployment_name:
|
deployment_name:
|
||||||
description: Name of the restored deployment. This should be different from the original deployment name
|
description: Name of the restored deployment. This should be different from the original deployment name
|
||||||
|
|||||||
Reference in New Issue
Block a user