mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
* Add route_annotations feature to mesh ingress CRD * update route_annotations type to string * display Route Annotations only when ingress_type=route
23 lines
463 B
YAML
23 lines
463 B
YAML
---
|
|
deployment_type: awx
|
|
|
|
ingress_type: none
|
|
ingress_api_version: 'networking.k8s.io/v1'
|
|
ingress_annotations: ''
|
|
ingress_class_name: ''
|
|
ingress_controller: ''
|
|
route_annotations: ''
|
|
|
|
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: {}
|