kcp-dev / helm-charts

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

Update templates #24

Closed hardys closed 1 year ago

hardys commented 1 year ago

This updates the templates to align with a fork we've been maintaining, I tested this and it seems to work OK

So far I've only tested on openshift (4.12, with RH version of the cert-manager operator installed), with a config like:

$ cat myvalues.yaml 
externalHostname: "kcp-front-proxy.<cluster ingress DNS name>"
kcpFrontProxy:
  openshiftRoute:
    enabled: true

And installed like helm install kcp ./kcp --values ./myvalues.yaml --namespace kcp --create-namespace

We'll need some follow-up testing to ensure the other ingress options work, but hopefully this is a step in the right direction to enable easier testing with KCP main.