Kong / charts

Helm chart for Kong
Apache License 2.0
239 stars 473 forks source link

feat: add gateway-operator helm chart #1020

Closed tao12345666333 closed 4 months ago

tao12345666333 commented 4 months ago

What this PR does / why we need it:

Add initial functionality to the gateway-operator Helm chart.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

tao12345666333 commented 4 months ago

How about prepare-kgo-chart?

rainest commented 4 months ago

Yeah, anything is fine, you'll just need to make a PR to main that adds that branch name to https://github.com/Kong/charts/blob/main/.github/workflows/release-pr.yaml#L11-L13

We should arguably rename that file too. It runs tests, not releases. IDK what I was thinking when I renamed it to that.

tao12345666333 commented 4 months ago

As an initial submission, I want it to work properly first and then continue adding configuration options.