Signed-off-by: keitosuwahara <[email protected]>
@@ -33,7 +33,8 @@ import (
const (
TransformerLabel = "com.docker.compose.bridge"
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
- templatesPath = "/templates"
+
+ templatesPath = "/templates"
)
type CreateTransformerOptions struct {