File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ RUN CGO_ENABLED=0 go build \
3030FROM alpine:3
3131COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3232COPY --from=builder /app/bin/kminion /app/kminion
33- RUN addgroup -S redpanda \
34- && adduser -S redpanda -G redpanda \
35- && chmod o+rx /app/kminion \
36- && apk upgrade --no-cache
37- USER redpanda
33+ RUN chmod -R +x /app/kminion
3834
3935ENTRYPOINT ["/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