Fix chain-operator-files.yml

This commit is contained in:
Shane McDonald
2020-10-03 11:58:51 -04:00
parent 16899111ef
commit bd443e33ab
2 changed files with 1 additions and 3 deletions

View File

@@ -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: >

View File

@@ -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: