Maxim Karpov

Results 25 comments of Maxim Karpov

Not /etc/ssl, but /etc/ssl/certs. Then cert-manager will be use that certificates as roots, and you can configure your ACME authority as usual.

Is there a way to prevent this bot from requiring annoying bumps?

You should edit that in deployment, right. Either by modifying [cert-manager.yaml](https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml) or directly editing deployment by `kubectl edit`.

By the way, I was able to get that issue consistently reproducing under the playground of this module. The issue starts to reproduce when you add some extra CSS to...

devProxy doesn't seem to be supporting relative URL in fetch, is this by design? (nitro 0.6.1) I.e. ```javascript // config: export default defineNuxtConfig({ nitro: { devProxy: { '/api/': { target:...