Skip to content

Commit

Permalink
chore: fix kubernetes not being able to use nobody as an actual user
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed May 23, 2024
1 parent f0f4415 commit 15cb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ COPY --from=builder --chown=root:root external-dns-unifi-webhook /bin/
EXPOSE 8888

# Drop to unprivileged user to run
USER nobody
USER 8675:8675
CMD ["/bin/external-dns-unifi-webhook"]

0 comments on commit 15cb4e0

Please sign in to comment.