File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ RUN CGO_ENABLED=0 go build \
3030FROM alpine:3.17
3131COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3232COPY --from=builder /app/bin/kminion /app/kminion
33- RUN chown -R 1001:0 /app/kminion \
34- && chmod -R g=u /app/kminion
35- USER 1001
33+ RUN chmod -R +x /app/kminion
3634
3735ENTRYPOINT ["/app/kminion" ]
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ podAnnotations: {}
2828# prometheus.io/port: "8080"
2929# prometheus.io/path: "/metrics"
3030
31- podSecurityContext :
32- runAsUser : 99
33- fsGroup : 99
31+ podSecurityContext : {}
32+ # runAsUser: 99
33+ # fsGroup: 99
3434
3535# # See `kubectl explain poddisruptionbudget.spec` for more
3636# # ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
You can’t perform that action at this time.
0 commit comments