Skip to content

Commit

Permalink
Merge pull request #1298 from dsavineau/fix_restore_backup_source_enum
Browse files Browse the repository at this point in the history
restore: Fix enum value for backup_source
  • Loading branch information
dsavineau committed Mar 23, 2023
2 parents 5c91bbd + b00137c commit 71b950c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/crd/bases/awx.ansible.com_awxrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
description: Backup source
type: string
enum:
- CR
- Backup CR
- PVC
deployment_name:
description: Name of the restored deployment. This should be different from the original deployment name
Expand Down

0 comments on commit 71b950c

Please sign in to comment.