File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/gitops/rendering-apps-files/templates/argocd/values Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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} >
You can’t perform that action at this time.
0 commit comments