awx-operator
awx-operator copied to clipboard
Added pg_dump_suffix doc and crd property
Fixes: #958
SUMMARY
Add documentation for the 'pg_dump_suffix' parameter. Also add this option to the awxbackup crd properties so it can be used inside the crd. Without a definition inside the crd we won't be able to use the 'pg_dump_suffix' parameter.
ISSUE TYPE
- Bug or Docs Fix
Let add a known working example of the parameter? You encountered some special formatting upon table-data exclusion?
Let add a known working example of the parameter? You encountered some special formatting upon table-data exclusion?
Like this @sdktr? 977e08e6882f4a771948beb75c8ca04e6a180fca
LGTM!
Can you merge this @shanemcd , it enhances PR #958
@dsavineau / @CFSNM ? or other maintainers available to check this out?
@MathijsVanWilligen Could you please rebase this? Sorry for the delay, we are going through old PR's and this looks like a good candidate for merge.
Hi @rooftopcellist, thanks for your reply. I have rebased my branch onto awx-operator/devel. I hope it went well, this is my first time for an open-source project ;-)
FYI to anyone wondering, this PR is follow-up for this other PR which introduced the pg_dump_suffix variable:
- https://github.com/ansible/awx-operator/pull/980/files
Thanks for making this configurable via the AWX spec @MathijsVanWilligen !