Merge pull request #1248 from freyes/fix-labels-fmt

Fix formatting in [magnum].labels
This commit is contained in:
Alex Kavanagh
2024-07-30 17:32:33 +01:00
committed by GitHub

View File

@@ -153,7 +153,7 @@ flavor_id = {{ flavor_ref }}
dns_nameserver = {{ test_name_server }}
network_driver = flannel
{%- if test_registry_prefix %}
labels = container_infra_prefix={{ test_registry_prefix }}
labels = {"container_infra_prefix": "{{ test_registry_prefix }}"
insecure_registry = {{ test_registry_prefix }}
{%- endif %}
{%- endif %}