mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Fix chain-operator-files.yml
This commit is contained in:
@@ -27,11 +27,11 @@
|
|||||||
marker_end: ""
|
marker_end: ""
|
||||||
insertafter: "EOF"
|
insertafter: "EOF"
|
||||||
with_file:
|
with_file:
|
||||||
- "../deploy/crds/tower_v1beta1_tower_crd.yaml"
|
|
||||||
- "../deploy/role.yaml"
|
- "../deploy/role.yaml"
|
||||||
- "../deploy/role_binding.yaml"
|
- "../deploy/role_binding.yaml"
|
||||||
- "../deploy/service_account.yaml"
|
- "../deploy/service_account.yaml"
|
||||||
- "../deploy/operator.yaml"
|
- "../deploy/operator.yaml"
|
||||||
|
- "../deploy/crds/awx_v1beta1_crd.yaml"
|
||||||
|
|
||||||
- name: Remove space at beginning of awx-operator.yml
|
- name: Remove space at beginning of awx-operator.yml
|
||||||
shell: >
|
shell: >
|
||||||
|
|||||||
@@ -89,14 +89,12 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: awx-operator
|
name: awx-operator
|
||||||
namespace: default
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: awx-operator
|
name: awx-operator
|
||||||
namespace: default
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
Reference in New Issue
Block a user