Is your feature request related to a problem? Please describe.
The values feature does not currently allow the creation or import of skeleton packages that have values files.
Describe the behavior you'd like
-
Given a package manifest exists with values files
-
When a skeleton package is being created
-
Then It properly copies the values and schema for later import
-
Given a package manifest exists with a skeleton import that uses the values feature
-
When That package is being created
-
Then Values are properly resolved and imported
Additional context
Schemas need to be addressed as well but present a problem that needs to be addressed in isolation regarding the ability to hold intermediary state.
Is your feature request related to a problem? Please describe.
The values feature does not currently allow the creation or import of skeleton packages that have values files.
Describe the behavior you'd like
Given a package manifest exists with values files
When a skeleton package is being created
Then It properly copies the values and schema for later import
Given a package manifest exists with a skeleton import that uses the values feature
When That package is being created
Then Values are properly resolved and imported
Additional context
Schemas need to be addressed as well but present a problem that needs to be addressed in isolation regarding the ability to hold intermediary state.