Update tests and lint concerns

This commit is contained in:
Matthew Jones
2020-08-17 15:57:43 -04:00
parent edc60300be
commit 23ddaddbe8
11 changed files with 17 additions and 18 deletions

View File

@@ -16,8 +16,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: ansible/awx:13.0.0
tower_web_image: ansible/awx:13.0.0
tower_task_image: ansible/awx:14.0.0
tower_web_image: ansible/awx:14.0.0
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m

View File

@@ -38,7 +38,7 @@ spec:
The secret should have the name: <custom resource name>-postgres-configuration and
should look like:
apiVersion: v1
kind: Secret
metadata:

View File

@@ -16,8 +16,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: ansible/awx:13.0.0
tower_web_image: ansible/awx:13.0.0
tower_task_image: ansible/awx:14.0.0
tower_web_image: ansible/awx:14.0.0
tower_task_mem_request: 128M
tower_task_cpu_request: 500m

View File

@@ -6,6 +6,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: awx-operator
namespace: default
roleRef:
kind: ClusterRole
name: awx-operator