Skip to content

Commit

Permalink
fix(controllers/template): ensure list glob facets by gvk and ns
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Sep 14, 2023
1 parent 1297c0e commit 2e08416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
defaultNamespaceTmpl = `{{ .Namespace }}/*.json`
defaultNamespaceTmpl = `{{ .Namespace }}/{{ .Group }}-{{ .Version }}-{{ .Kind }}-*.json`
defaultResourceTmpl = `{{ .Namespace }}/{{ .Group }}-{{ .Version }}-{{ .Kind }}-{{ .Name }}.json`
)

Expand Down

0 comments on commit 2e08416

Please sign in to comment.