mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix api version in awxmeshingress-demo.yml (#1700)
Update awxmeshingress-demo.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
apiVersion: awx.ansible.com/v1beta1
|
apiVersion: awx.ansible.com/v1alpha1
|
||||||
kind: AWXMeshIngress
|
kind: AWXMeshIngress
|
||||||
metadata:
|
metadata:
|
||||||
name: awx-demo
|
name: awx-mesh-ingress-demo
|
||||||
spec:
|
spec:
|
||||||
deployment_name: awx-demo
|
deployment_name: awx-demo
|
||||||
|
|||||||
Reference in New Issue
Block a user