Skip to content

Commit 8ba0e50

Browse files
committed
fix according to review
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
1 parent 66b377d commit 8ba0e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/processor/deployment/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"text/template"
88

99
"github.com/arttor/helmify/pkg/cluster"
10+
"github.com/arttor/helmify/pkg/helmify"
1011
"github.com/arttor/helmify/pkg/processor"
1112
"github.com/arttor/helmify/pkg/processor/constraints"
1213
"github.com/arttor/helmify/pkg/processor/imagePullSecrets"
@@ -50,7 +51,6 @@ const selectorTempl = `%[1]s
5051
const imagePullPolicyTemplate = "{{ .Values.%[1]s.%[2]s.imagePullPolicy }}"
5152
const envValue = "{{ .Values.%[1]s.%[2]s.%[3]s.%[4]s }}"
5253

53-
5454
// New creates processor for k8s Deployment resource.
5555
func New() helmify.Processor {
5656
return &deployment{}

0 commit comments

Comments
 (0)