[koptan]: add cert-manager and webhook resources to Helm chart - #9
Draft
MahmoudBeshay with Copilot wants to merge 2 commits into
Draft
[koptan]: add cert-manager and webhook resources to Helm chart#9MahmoudBeshay with Copilot wants to merge 2 commits into
MahmoudBeshay with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: MahmoudBeshay <197021227+MahmoudBeshay@users.noreply.github.com> Agent-Logs-Url: https://github.com/felukka/charts/sessions/ebd1138f-ae5f-452b-8770-6524479f808d
Copilot
AI
changed the title
[WIP] Add cert-manager resources to helm chart
[koptan]: add cert-manager and webhook resources to Helm chart
Mar 22, 2026
MahmoudBeshay
changed the base branch from
main
to
feat/koptan-cert-manager-webhooks
March 31, 2026 20:10
MahmoudBeshay
force-pushed
the
feat/koptan-cert-manager-webhooks
branch
2 times, most recently
from
April 1, 2026 06:26
0ea7eb3 to
8fa80a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The koptan controller introduced validating/mutating webhooks, but the Helm chart lacked the corresponding Kubernetes resources to deploy them.
Changes
New values (
values.yaml)webhook.enabled(default:false) — gates all webhook-related resourcescertManager.enabled(default:false) — gates cert-manager Certificate/Issuer and injectscert-manager.io/inject-ca-fromannotations onto webhook configsNew templates
webhooks.yaml—MutatingWebhookConfiguration+ValidatingWebhookConfigurationcovering GoApp, JavaApp, Slipway, Voyagewebhook-service.yaml— Service routing port 443 → 9443 for the webhook servercertmanager.yaml— self-signedIssuer+Certificate(webhook-server-cert) for TLS terminationUpdated
deployment.yamlcontainerPort: 9443(webhook-server) whenwebhook.enabled=truewebhook-server-certSecret at/tmp/k8s-webhook-server/serving-certsExample minimal values to enable webhooks with cert-manager:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.