mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user