Skip to content

Commit 26bd799

Browse files
committed
last version M2T
1 parent 8da8b1f commit 26bd799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MDMG-model-2-text/src/template/model2textTemplate.xpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
�FOREACH cont.environments AS env SEPARATOR '\n'�- name: �env.name�
5353
value: �env.value�
5454
�ENDFOREACH�
55-
�ENDIF�
55+
�ENDIF�
5656
�ENDFOREACH�
5757
�ENDIF�
5858
�ENDFILE�
@@ -96,7 +96,7 @@ kind: Service
9696
metadata:
9797
name: �this.name�
9898
labels:
99-
�FOREACH this.deployment.labels AS lab SEPARATOR '\n'�name: �lab.key��ENDFOREACH�
99+
�FOREACH this.deployment.labels AS lab SEPARATOR '\n'��lab.key�: �lab.value��ENDFOREACH�
100100
spec:
101101
type: �this.type�
102102
ports:

0 commit comments

Comments
 (0)