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

replace kustomize with helm #587

Merged
merged 6 commits into from
Feb 25, 2022
Merged

replace kustomize with helm #587

merged 6 commits into from
Feb 25, 2022

Conversation

cjerad
Copy link
Contributor

@cjerad cjerad commented Feb 16, 2022

Issue #, if available:

#556 Initial NTH v2 design proposal

Description of changes:

  • Replaced kustomize templates with Helm chart
  • Updated Makefile targets

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cjerad cjerad marked this pull request as ready for review February 16, 2022 17:57
@cjerad cjerad requested a review from a team as a code owner February 16, 2022 17:57
Copy link
Contributor

@bwagner5 bwagner5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! I just had one comment on moving the tool installs to a hack/toolchain.sh script. I don't want the Makefile to get out of control. It should be really simple stuff in it. Feel free to merge this and do in a follow-up PR though.

src/Makefile Outdated
KO = $(shell pwd)/bin/ko
.PHONY: ko
ko: ## Download ko locally if necessary.
$(call go-get-tool,$(KO),github.com/google/ko@v0.9.3)

ENVTEST = $(shell pwd)/bin/setup-envtest
.PHONY: envtest
envtest: ## Download envtest-setup locally if necessary.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move these tool installs to hack/toolchain.sh

src/Makefile Outdated Show resolved Hide resolved
src/scripts/toolchain.sh Outdated Show resolved Hide resolved
src/Makefile Show resolved Hide resolved
src/Makefile Show resolved Hide resolved
@cjerad cjerad requested a review from bwagner5 February 22, 2022 20:00
Copy link
Contributor

@bwagner5 bwagner5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
V2
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants