mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
15 lines
254 B
YAML
15 lines
254 B
YAML
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: controller-manager
|
|
namespace: system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: awx-manager
|
|
env:
|
|
- name: ANSIBLE_DEBUG_LOGS
|
|
value: "TRUE"
|