mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +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:
@@ -1,14 +1,14 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: backups.awx.ansible.com
|
||||
name: awxbackups.awx.ansible.com
|
||||
spec:
|
||||
group: awx.ansible.com
|
||||
names:
|
||||
kind: Backup
|
||||
listKind: BackupList
|
||||
plural: backups
|
||||
singular: backup
|
||||
kind: AWXBackup
|
||||
listKind: AWXBackupList
|
||||
plural: awxbackups
|
||||
singular: awxbackup
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- name: v1beta1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: Backup
|
||||
kind: AWXBackup
|
||||
metadata:
|
||||
name: example-awx
|
||||
name: example-awxbackup
|
||||
namespace: example-awx
|
||||
spec:
|
||||
tower_backup_pvc: ''
|
||||
|
||||
Reference in New Issue
Block a user