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 bce76b3 commit 1f8305bCopy full SHA for 1f8305b
internal/errors/resolver/pkg.go
@@ -40,7 +40,7 @@ Please update the package to the latest format by following https://kpt.dev/inst
40
41
deprecatedv1Alpha2KptfileMsg = `
42
Error: Kptfile at {{ printf "%q" .path }} has an old version ({{ printf "%q" .version }}) of the Kptfile schema.
43
-Please run "kpt fn eval <PKG_PATH> -i gcr.io/kpt-fn/fix:v0.2" to upgrade the package and retry.
+Please run "kpt fn eval <PKG_PATH> -i gcr.io/kpt-fn/fix:v0.2 --include-meta-resources" to upgrade the package and retry.
44
`
45
46
unknownKptfileResourceMsg = `
0 commit comments