Adopt the new molecule/ directory structure from the operator-sdk 1.x scaffolding

This commit is contained in:
Shane McDonald
2021-09-29 15:31:17 -04:00
parent 65b89ea7bd
commit 48ab801c8c
21 changed files with 300 additions and 290 deletions

View File

@@ -1,8 +0,0 @@
---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: awx-sample
spec:
# Add fields here
foo: bar

View File

@@ -0,0 +1,22 @@
---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: example-awx
spec:
service_account_annotations: |
foo: bar
deployment_type: awx
ingress_type: ingress
web_resource_requirements:
requests:
cpu: 500m
memory: 128M
task_resource_requirements:
requests:
cpu: 500m
memory: 128M
ee_resource_requirements:
requests:
cpu: 200m
memory: 64M