From b74cfa882ce32a6acdd9767266366e289fe967ec Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 23 Jul 2025 12:14:26 +0200 Subject: [PATCH] Controller: Fix SSL session ticket path. (#13665) Co-authored-by: Vojta Buba --- rootfs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9b7753b5d..f5a0833e4 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -49,6 +49,7 @@ COPY --chown=www-data:www-data bin/${TARGETARCH}/wait-shutdown / # with volumes (custom templates) RUN bash -xeu -c ' \ writeDirs=( \ + /etc/ingress-controller \ /etc/ingress-controller/ssl \ /etc/ingress-controller/auth \ /etc/ingress-controller/geoip \