Skip to content

Commit 697f9dc

Browse files
committed
reenable lease lock by default again
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 6192e58 commit 697f9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN ["./kubectl", "version", "--client=true", "--output=yaml"]
3838
# Final
3939
#############################################
4040
FROM gcr.io/distroless/static as final-static
41-
ENV LOG_JSON=1
41+
ENV LOG_JSON=1 \
42+
LEASE_ENABLE=true
4243
WORKDIR /
4344
COPY --from=test /app .
4445
USER 1000:1000

0 commit comments

Comments
 (0)