From 865063300fa666d15ce53a68474de3c44ceebe69 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 3 Sep 2025 20:35:44 -0400 Subject: [PATCH] feat: allow Critical annotations to be injected into ingresses Dokku needs this in order to construct certain rules that aren't supported by ingress-nginx annotations. --- plugins/scheduler-k3s/templates/helm-config/ingress-nginx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scheduler-k3s/templates/helm-config/ingress-nginx.yaml b/plugins/scheduler-k3s/templates/helm-config/ingress-nginx.yaml index fd60488cd..5b0ba9b19 100644 --- a/plugins/scheduler-k3s/templates/helm-config/ingress-nginx.yaml +++ b/plugins/scheduler-k3s/templates/helm-config/ingress-nginx.yaml @@ -4,6 +4,7 @@ controller: enabled: true config: access-log-path: /var/log/nginx/access.log + annotations-risk-level: Critical error-log-path: /var/log/nginx/error.log log-format-escape-json: "true" extraVolumeMounts: