mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Merge pull request #983 from shanemcd/ingress_path-test
Add tests around ingress_path feature
This commit is contained in:
@@ -49,13 +49,13 @@
|
|||||||
name: Demo Job Template
|
name: Demo Job Template
|
||||||
wait: yes
|
wait: yes
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
controller_host: localhost
|
controller_host: localhost/awx/
|
||||||
controller_username: admin
|
controller_username: admin
|
||||||
controller_password: "{{ admin_pw_secret.resources[0].data.password | b64decode }}"
|
controller_password: "{{ admin_pw_secret.resources[0].data.password | b64decode }}"
|
||||||
rescue:
|
rescue:
|
||||||
- name: Get list of project updates and jobs
|
- name: Get list of project updates and jobs
|
||||||
uri:
|
uri:
|
||||||
url: "http://localhost/api/v2/{{ resource }}/"
|
url: "http://localhost/awx/api/v2/{{ resource }}/"
|
||||||
user: admin
|
user: admin
|
||||||
password: "{{ admin_pw_secret.resources[0].data.password | b64decode }}"
|
password: "{{ admin_pw_secret.resources[0].data.password | b64decode }}"
|
||||||
force_basic_auth: yes
|
force_basic_auth: yes
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ spec:
|
|||||||
image_version: {{ awx_version }}
|
image_version: {{ awx_version }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ingress_type: ingress
|
ingress_type: ingress
|
||||||
|
ingress_path: /awx
|
||||||
ingress_annotations: |
|
ingress_annotations: |
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
web_resource_requirements:
|
web_resource_requirements:
|
||||||
|
|||||||
Reference in New Issue
Block a user