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
Hi,
Unless I'm mistaken the source controller exclude the .git dir from the artifacts it generates.
.git
This way of doing this will limit the ability to make kustomize use local paths using git references when go-getter will have merged its support.
So I'm proposing an optional property for GitRepository which will allows to create artifacts containing all the git data.
Regards.
The text was updated successfully, but these errors were encountered:
You can include any dir using spec.ignore check the docs https://toolkit.fluxcd.io/components/source/gitrepositories/#excluding-files
spec.ignore
Sorry, something went wrong.
Brilliant! Sorry for the noise.
No branches or pull requests
Hi,
Unless I'm mistaken the source controller exclude the
.git
dir from the artifacts it generates.This way of doing this will limit the ability to make kustomize use local paths using git references when go-getter will have merged its support.
So I'm proposing an optional property for GitRepository which will allows to create artifacts containing all the git data.
Regards.
The text was updated successfully, but these errors were encountered: