Skip to content

Commit

Permalink
GPE-1250: Created a mutating webhook to ensure daemonsets don't sched…
Browse files Browse the repository at this point in the history
…ule on fargate
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jun 24, 2024
1 parent a9c43a4 commit fb7da51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/daemonset-webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN go mod download
RUN go build -o /webhook

FROM scratch
COPY --from=build-deps /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build-deps /webhook /webhook
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /webhook /webhook
CMD ["/webhook"]

0 comments on commit fb7da51

Please sign in to comment.