Controller: Fix SSL session ticket path. (#13665)

Co-authored-by: Vojta Buba <vojtech.buba@peckadesign.cz>
This commit is contained in:
Marco Ebert 2025-07-23 12:14:26 +02:00 committed by GitHub
parent 4e1b438988
commit b74cfa882c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ COPY --chown=www-data:www-data bin/${TARGETARCH}/wait-shutdown /
# with volumes (custom templates) # with volumes (custom templates)
RUN bash -xeu -c ' \ RUN bash -xeu -c ' \
writeDirs=( \ writeDirs=( \
/etc/ingress-controller \
/etc/ingress-controller/ssl \ /etc/ingress-controller/ssl \
/etc/ingress-controller/auth \ /etc/ingress-controller/auth \
/etc/ingress-controller/geoip \ /etc/ingress-controller/geoip \