We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da8b1f commit 26bd799Copy full SHA for 26bd799
MDMG-model-2-text/src/template/model2textTemplate.xpt
@@ -52,7 +52,7 @@ spec:
52
�FOREACH cont.environments AS env SEPARATOR '\n'�- name: �env.name�
53
value: �env.value�
54
�ENDFOREACH�
55
- �ENDIF�
+ �ENDIF�
56
57
�ENDIF�
58
�ENDFILE�
@@ -96,7 +96,7 @@ kind: Service
96
metadata:
97
name: �this.name�
98
labels:
99
- �FOREACH this.deployment.labels AS lab SEPARATOR '\n'�name: �lab.key��ENDFOREACH�
+ �FOREACH this.deployment.labels AS lab SEPARATOR '\n'��lab.key�: �lab.value��ENDFOREACH�
100
spec:
101
type: �this.type�
102
ports:
0 commit comments