Rename Backup CR to AWXBackup to be more unique

- we could alternatively direct users to use the full GVK.  Issue is potential conflict with AH operator CRs
This commit is contained in:
Christian M. Adams
2021-03-26 16:40:36 -04:00
parent 91dda5cb16
commit 4839bdcaad
5 changed files with 29 additions and 23 deletions

View File

@@ -24,9 +24,9 @@ Then create a file named `backup-awx.yml` with the following contents:
```yaml
---
apiVersion: awx.ansible.com/v1beta1
kind: Backup
kind: AWXBackup
metadata:
name: awx
name: awxbackup
namespace: my-namespace
```