Code Monkey home page Code Monkey logo

Comments (3)

viccuad avatar viccuad commented on August 24, 2024

From cert-manager docs:

Be sure never to embed cert-manager as a sub-chart of other Helm charts; cert-manager manages non-namespaced resources in your cluster and care must be taken to ensure that it is installed exactly once.

I agree with that, plus cert-manager needs its own CRDs, that are cluster wide.

I believe we should not try to install cert-manager as part of our chart, and merely create a cert-manager issuer for self-signed certs, and values to pass the production cert.

We could create the webhook-secret-cert on our own, provided that the user passes the cert and key.

from helm-charts.

raulcabello avatar raulcabello commented on August 24, 2024

yes, I agree. I don't think it's a good idea to embed cert-manager and add these CRDs in our chart. We can point to cert-manager documention for its installation (similar to what others are doing https://docs.konghq.com/kubernetes-ingress-controller/1.3.x/guides/cert-manager/#set-up-cert-manager). Then we just create the Issuer and Certificate in our helm chart. Actually I am creating Issuer and Certificate in #31 in order to make webhooks work when installing kubewarden with helm (assuming cert-manager is already installed).

We could also create a self-signed cert and use it in the webhooks if user does not want to install cert-manager or just to have a quick way of installing and trying kubewarden.

from helm-charts.

flavio avatar flavio commented on August 24, 2024

I agree with @raulcabello's proposed solution. 👍

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.