diff --git a/library/common/templates/class/_service.tpl b/library/common/templates/class/_service.tpl index 4c4ea6e9..bf6728f1 100644 --- a/library/common/templates/class/_service.tpl +++ b/library/common/templates/class/_service.tpl @@ -52,7 +52,7 @@ objectData: The service data, that will be used to render the Service object. {{- $svcType = "ClusterIP" -}} {{- end -}} {{- end }} - {{- end -}} + {{- end }} {{- $_ := set $objectData "type" $svcType }} ---