mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
Update tests and lint concerns
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: awx-operator
|
||||
namespace: default
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: awx-operator
|
||||
|
||||
Reference in New Issue
Block a user