Merge pull request #33 from shanemcd/fix-chain-playbook

Fix chain-operator-files.yml
This commit is contained in:
Shane McDonald
2020-10-03 12:25:48 -04:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -27,11 +27,11 @@
marker_end: ""
insertafter: "EOF"
with_file:
- "../deploy/crds/tower_v1beta1_tower_crd.yaml"
- "../deploy/role.yaml"
- "../deploy/role_binding.yaml"
- "../deploy/service_account.yaml"
- "../deploy/operator.yaml"
- "../deploy/crds/awx_v1beta1_crd.yaml"
- name: Remove space at beginning of awx-operator.yml
shell: >

View File

@@ -89,14 +89,12 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: awx-operator
namespace: default
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: awx-operator
namespace: default
spec:
replicas: 1
selector: