kcp-dev / helm-charts

Helm chart repo for KCP
Apache License 2.0
4 stars 21 forks source link

Change issuers & alliasing #38

Closed mjudeikis closed 1 year ago

mjudeikis commented 1 year ago
  1. Adds better control for issuers (Self signed, Lets encrypt)
  2. Add SA flags to KCP
  3. Adds host aliasing to pod so we can deploy in 'poor-man-deployment' mode where is no DNS for KCP and its internal to kube. Same applies if you deploy dex without proper dns.
  4. Add internal service account to KCP
  5. Add permissions change init container for KCP (Thanks to Digital ocean k8s it does not work without it in there..)
mjudeikis commented 1 year ago

quick render test:

helm template kcp . --set letsEncrypt.enabled=true --set letsEncrypt.production.enabled=true --set letsEncrypt.production.email=foo@foo.foo
kcp-ci-bot commented 1 year ago

LGTM label has been added.

Git tree hash: b2b1905b98bb3172d75357d2e07350168a6f011d

kcp-ci-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: embik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kcp-dev/helm-charts/blob/main/OWNERS)~~ [embik] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment