Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore: Fix enum value for backup_source #1298

Merged
merged 1 commit into from Mar 23, 2023

Conversation

dsavineau
Copy link
Contributor

SUMMARY

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".
ISSUE TYPE
  • Bug, Docs Fix or other nominal change

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>
@dsavineau dsavineau merged commit 71b950c into ansible:devel Mar 23, 2023
5 checks passed
@dsavineau dsavineau deleted the fix_restore_backup_source_enum branch March 23, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants