Tim Ramlot
Tim Ramlot
the default `csiDataDir` value might collide with csi-driver: https://github.com/cert-manager/csi-driver-spiffe/blob/main/deploy/charts/csi-driver-spiffe/values.yaml#L55
approver-policy does not seem to be issuerRef group defaulting aware. eg. the following policy will not match the example certificate request ``` apiVersion: policy.cert-manager.io/v1alpha1 kind: CertificateRequestPolicy metadata: name: selfsigned-policy spec:...
Currently, it is quite complex to configure approver-policy due to all the necessary additional RBAC. The following RBAC could be added to the Helm chart to simplify usage (easy-mode): 1....
@wallrj requested these versions to be removed, see https://github.com/cert-manager/website/pull/1439#pullrequestreview-1933998056.
*Goal:* Reach base level of consistency for installation commands across all installation pages. Once we reach consistency, we can think about improving these instructions (keeping in mind the CRD changes...
https://docusaurus.io/ looks like a very mature and capable framework. In hindsight, it is a bit strange that this repo does not use such a framework. Features of that framework: -...
https://cert-manager.io/docs/concepts/webhook/ is hard to find on the website. Ideally, there should be a Debug/ Troubleshooting main menu item, this can be one of its subitems.
This function was removed in https://github.com/cert-manager/cert-manager/pull/6994.
I tried the deployment prefix feature, but it does not seem to work (prefixes are not added to the deployment names). See https://github.com/alenkacz/cert-manager-verifier/commit/cbbc83307a7ea60c4a827256344cec46eb9186a8#r52391721 for more info.