We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b377d commit 8ba0e50Copy full SHA for 8ba0e50
1 file changed
pkg/processor/deployment/deployment.go
@@ -7,6 +7,7 @@ import (
7
"text/template"
8
9
"github.com/arttor/helmify/pkg/cluster"
10
+ "github.com/arttor/helmify/pkg/helmify"
11
"github.com/arttor/helmify/pkg/processor"
12
"github.com/arttor/helmify/pkg/processor/constraints"
13
"github.com/arttor/helmify/pkg/processor/imagePullSecrets"
@@ -50,7 +51,6 @@ const selectorTempl = `%[1]s
50
51
const imagePullPolicyTemplate = "{{ .Values.%[1]s.%[2]s.imagePullPolicy }}"
52
const envValue = "{{ .Values.%[1]s.%[2]s.%[3]s.%[4]s }}"
53
-
54
// New creates processor for k8s Deployment resource.
55
func New() helmify.Processor {
56
return &deployment{}
0 commit comments