We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644f3ab commit 991be92Copy full SHA for 991be92
pkg/manifests/kustomize.go
@@ -79,7 +79,7 @@ func NewKustomizeGenerator(fsys fs.FS, kustomizationPath string, templateSuffix
79
name, err := filepath.Rel(kustomizationPath, file)
80
if err != nil {
81
// TODO: is it ok to panic here in case of error ?
82
- panic(err)
+ panic("this cannot happen")
83
}
84
if t == nil {
85
t = template.New(name)
0 commit comments