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

Initial chart implementation #4

Merged
merged 11 commits into from
May 15, 2024
Merged

Initial chart implementation #4

merged 11 commits into from
May 15, 2024

Conversation

kopiczko
Copy link
Member

@kopiczko kopiczko commented Apr 30, 2024

@kopiczko kopiczko self-assigned this Apr 30, 2024
Comment on lines +9 to +15
.PHONY: gen-schma
gen-schema: $(HELM_SCHEMA) ## Generates schema.
$(HELM_SCHEMA) -l debug

.PHONY: unit-test
unit-test: $(HELM_UNITTEST) ## Run Helm chart unit tests.
$(HELM_UNITTEST) ./helm/ingress-sla-app
Copy link
Member Author

Choose a reason for hiding this comment

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

It would be good to add CI jobs for that, but I'll add it in a separate PR. This one is big enough without it.

@kopiczko
Copy link
Member Author

kopiczko commented May 2, 2024

Tested on grizzly WC with nginx

Copy link

@mcharriere mcharriere left a comment

Choose a reason for hiding this comment

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

lgtm!


.PHONY: gen-schma
gen-schema: $(HELM_SCHEMA) ## Generates schema.
$(HELM_SCHEMA) -l debug
Copy link
Member

Choose a reason for hiding this comment

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

I would be careful here. helm-schema sets additionalProperties: false by default thus blocking possible additional properties. I see you took care of this in your manual schema annotations. And it seems to work how you intended. Just wanted to mention this.

Copy link
Member Author

Choose a reason for hiding this comment

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

I tested it on GS WC and it worked fine.

Copy link
Member

@ubergesundheit ubergesundheit left a comment

Choose a reason for hiding this comment

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

LGTM

@kopiczko kopiczko merged commit 2f174e5 into main May 15, 2024
4 checks passed
@kopiczko kopiczko deleted the initial-chart branch May 15, 2024 09:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants