Skip to content
New issue

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

Instructions break bazel mod graph #48

Open
lgalfaso opened this issue Sep 17, 2024 · 0 comments
Open

Instructions break bazel mod graph #48

lgalfaso opened this issue Sep 17, 2024 · 0 comments

Comments

@lgalfaso
Copy link

What is the reason for having to add

kustomize = use_extension("@rules_gitops//gitops:extensions.bzl", "kustomize")
kustomize.kustomize_toolchain()
use_repo(kustomize, "kustomize_bin")

?

  • gitops/extensions.bzl does not define a module extension named kustomize (and running bazel mod graph does not work because of this)
  • Did some minimal testing and removing these lines look like does not break anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant