fix panic: open internal/controller/templates/statefulset.yaml: no such file or directory
All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 14s

This commit is contained in:
Mingchen Dai 2024-09-30 10:31:29 +00:00
parent 67a76d19bd
commit d1d81c968f
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -27,6 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
WORKDIR /
COPY internal/controller/templates internal/controller/templates
COPY --from=builder /workspace/manager .
USER 65532:65532