From 8644a7383e3a1a882f70bf3b33b71307cda2c2ab Mon Sep 17 00:00:00 2001 From: Backslash Date: Wed, 25 Sep 2024 19:22:21 +1000 Subject: [PATCH] Removed additional label loop --- roles/custom/matrix-element-call/templates/labels.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/custom/matrix-element-call/templates/labels.j2 b/roles/custom/matrix-element-call/templates/labels.j2 index 988bfba1c..ccfbdbf93 100644 --- a/roles/custom/matrix-element-call/templates/labels.j2 +++ b/roles/custom/matrix-element-call/templates/labels.j2 @@ -4,8 +4,3 @@ traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-rout traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-router.entrypoints: "{{ matrix_element_call_container_labels_traefik_entrypoints }}" traefik.http.routers.{{ matrix_element_call_hostname | replace('.', '_') }}-router.tls.certresolver: "{{ matrix_element_call_container_labels_traefik_tls_certResolver }}" traefik.http.services.{{ matrix_element_call_hostname | replace('.', '_') }}-service.loadbalancer.server.port: "8080" - -# Additional labels (if any) specified by the user -{% for key, value in matrix_element_call_container_extra_arguments.items() %} -{{ key }}: "{{ value }}" -{% endfor %} \ No newline at end of file