Skip to content

Commit d213dbd

Browse files
committed
[feature] fix helm module
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
1 parent 7ce1545 commit d213dbd

File tree

1 file changed

+1
-1
lines changed
  • pkg/module_manager/models/modules

1 file changed

+1
-1
lines changed

pkg/module_manager/models/modules/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ apiVersion: v2`, hm.name)
180180
Data: []byte(chartYaml),
181181
})
182182

183-
var ignored = []string{
183+
ignored := []string{
184184
"crds",
185185
"docs",
186186
"hooks",

0 commit comments

Comments
 (0)