From f99a83c137f8be777c61ee8315ca3427c98e8195 Mon Sep 17 00:00:00 2001 From: laiminhtrung1997 <68812829+laiminhtrung1997@users.noreply.github.com> Date: Wed, 17 May 2023 22:54:52 +0700 Subject: [PATCH] Remove redundant slashes. --- roles/installer/templates/deployments/web.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",