Controller: Fix SSL session ticket path. (#13665)
Co-authored-by: Vojta Buba <vojtech.buba@peckadesign.cz>
This commit is contained in:
parent
4e1b438988
commit
b74cfa882c
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue