We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm source fragment files (Chart.helm.yaml and values.helm.yaml) are copied to the Helm output directory ((target|build)/jkube).
Chart.helm.yaml
values.helm.yaml
(target|build)/jkube
These are source files that shouldn't be propagated in their raw state.
The text was updated successfully, but these errors were encountered:
This also affects other fragments. Might be just the default behavior. Further analysis is needed.
Sorry, something went wrong.
The behavior is fine, since this is also the working directory which is used by the DefaultResourceService to pre-process resources.
DefaultResourceService
The directory is configured by means of jkube.workDir which defaults to ${project.build.directory}/jkube.
jkube.workDir
${project.build.directory}/jkube
Since this directory is for internal use, and shouldn't really affect users, I propose to change it to jkube-temp.
jkube-temp
manusa
Successfully merging a pull request may close this issue.
Description
Helm source fragment files (
Chart.helm.yaml
andvalues.helm.yaml
) are copied to the Helm output directory ((target|build)/jkube
).These are source files that shouldn't be propagated in their raw state.
The text was updated successfully, but these errors were encountered: