Skip to content

Commit

Permalink
fix according to review
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Mar 13, 2023
1 parent 66b377d commit 8ba0e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"text/template"

"github.com/arttor/helmify/pkg/cluster"
"github.com/arttor/helmify/pkg/helmify"
"github.com/arttor/helmify/pkg/processor"
"github.com/arttor/helmify/pkg/processor/constraints"
"github.com/arttor/helmify/pkg/processor/imagePullSecrets"
Expand Down Expand Up @@ -50,7 +51,6 @@ const selectorTempl = `%[1]s
const imagePullPolicyTemplate = "{{ .Values.%[1]s.%[2]s.imagePullPolicy }}"
const envValue = "{{ .Values.%[1]s.%[2]s.%[3]s.%[4]s }}"


// New creates processor for k8s Deployment resource.
func New() helmify.Processor {
return &deployment{}
Expand Down

0 comments on commit 8ba0e50

Please sign in to comment.