Skip to content

Commit

Permalink
reenable lease lock by default again
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Dec 18, 2023
1 parent 6192e58 commit 697f9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN ["./kubectl", "version", "--client=true", "--output=yaml"]
# Final
#############################################
FROM gcr.io/distroless/static as final-static
ENV LOG_JSON=1
ENV LOG_JSON=1 \
LEASE_ENABLE=true
WORKDIR /
COPY --from=test /app .
USER 1000:1000
Expand Down

0 comments on commit 697f9dc

Please sign in to comment.