Skip to content

Commit a4152f1

Browse files
committed
fix: rendering argocd ingress values indentations fix
1 parent 514e84a commit a4152f1

File tree

1 file changed

+2
-2
lines changed
  • roles/gitops/rendering-apps-files/templates/argocd/values

1 file changed

+2
-2
lines changed

roles/gitops/rendering-apps-files/templates/argocd/values/10-ingress.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ argocd:
2020
{% endif %}
2121

2222
{% if not dsc.ingress.tls.type == 'none' %}
23-
{% if dsc.ingress.tls.type == 'tlsSecret' %}
23+
{% if dsc.ingress.tls.type == 'tlsSecret' +%}
2424
extraTls:
2525
- hosts:
2626
- <path:{{ vaultinfra_kv_name }}/data/env/{{ dsc_name }}/apps/global/values#domain | jsonPath {.argocd}>
@@ -51,7 +51,7 @@ argocd:
5151
{% endif %}
5252

5353
{% if not dsc.ingress.tls.type == 'none' %}
54-
{% if dsc.ingress.tls.type == 'tlsSecret' %}
54+
{% if dsc.ingress.tls.type == 'tlsSecret' +%}
5555
extraTls:
5656
- hosts:
5757
- appset.<path:{{ vaultinfra_kv_name }}/data/env/{{ dsc_name }}/apps/global/values#domain | jsonPath {.argocd}>

0 commit comments

Comments
 (0)