Generate template placeholders for env vars and images in charts

This commit is contained in:
2025-11-27 10:52:57 +05:30
parent fb0539e64c
commit 3074b5451d
2 changed files with 216 additions and 9 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ func Convert(opt kobject.ConvertOptions) ([]runtime.Object, error) {
}
// Print output
err = kubernetes.PrintList(objects, opt)
err = kubernetes.PrintList(objects, opt, komposeObject)
if err != nil {
log.Fatalf(err.Error())
}