You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: To use the images created by the content provider, we need to add in the images here until there's support in openstack operator to pull them in the expected way.
18
18
19
-
# from fvt/ci/vars/common.yml should be used from there eventually.
20
-
telemetry_registry: >-
21
-
{%- if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' -%}
22
-
{{ content_provider_os_registry_url }}
23
-
{%- else -%}
24
-
quay.rdoproject.org/podified-master-centos10
25
-
{%- endif -%}
26
-
27
-
telemetry_tag: >-
28
-
{%- if content_provider_os_registry_url is defined and content_provider_os_registry_url != 'null' -%}
0 commit comments