Skip to content

Commit 79fe5ae

Browse files
authored
Add metrics-service.yaml to helm template files. (#80)
Description of changes: Add metrics-service.yaml to helm template files. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e517724 commit 79fe5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/generate/ack/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
"helm/templates/_helpers.tpl",
3434
"helm/templates/cluster-role-binding.yaml",
3535
"helm/templates/deployment.yaml",
36-
"helm/templates/service.yaml",
36+
"helm/templates/metrics-service.yaml",
3737
"helm/templates/service-account.yaml",
3838
}
3939
releaseFuncMap = ttpl.FuncMap{

0 commit comments

Comments
 (0)