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

[Bug]: make build fails missing kustomize and helm #241

Closed
csantanapr opened this issue May 8, 2024 · 1 comment
Closed

[Bug]: make build fails missing kustomize and helm #241

csantanapr opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@csantanapr
Copy link
Contributor

What is your environment, configuration, and command?

Linux 86

What did you do and What did you see instead?

git clone
cd idpbuilder
make build

It errors with

./hack/embedded-resources.sh
./hack/argo-cd/generate-manifests.sh: line 8: kustomize: command not found
./hack/gitea/generate-manifests.sh: line 11: helm: command not found

Additional Information. Logs.

We should document the dependencies in addition of golang, user needs kustomize and helm installed.
We can have the Makefile handle this installation, and also update the devcontainer.json file

@csantanapr csantanapr added the bug Something isn't working label May 8, 2024
@nabuskey
Copy link
Collaborator

Fixed with #262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants