diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index 931c0683..50a0b76a 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: '{{ ansible_operator_meta.name }}-web' {{ lookup("template", "../common/templates/labels/common.yaml.j2") | indent(width=4) | trim }} - {{ lookup("template", "../common/templates/labels//version.yaml.j2") | indent(width=4) | trim }} + {{ lookup("template", "../common/templates/labels/version.yaml.j2") | indent(width=4) | trim }} spec: {% if web_replicas %} replicas: {{ web_replicas }} @@ -24,7 +24,7 @@ spec: labels: app.kubernetes.io/name: '{{ ansible_operator_meta.name }}-web' {{ lookup("template", "../common/templates/labels/common.yaml.j2") | indent(width=8) | trim }} - {{ lookup("template", "../common/templates/labels//version.yaml.j2") | indent(width=8) | trim }} + {{ lookup("template", "../common/templates/labels/version.yaml.j2") | indent(width=8) | trim }} annotations: {% for template in [ "configmaps/config",