mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-28 14:23:11 +00:00
22 lines
441 B
YAML
22 lines
441 B
YAML
---
|
|
deployment_type: awx
|
|
|
|
ingress_type: none
|
|
ingress_api_version: 'networking.k8s.io/v1'
|
|
ingress_annotations: ''
|
|
ingress_class_name: ''
|
|
ingress_controller: ''
|
|
|
|
set_self_owneref: true
|
|
|
|
_control_plane_ee_image: "quay.io/ansible/awx-ee:{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
|
|
_image_pull_policy: Always
|
|
image_pull_secrets: []
|
|
|
|
finalizer_run: false
|
|
|
|
node_selector: ''
|
|
topology_spread_constraints: ''
|
|
tolerations: ''
|
|
affinity: {}
|