File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ COPY version/ version/
2121ARG LDFLAGS
2222
2323# Build
24- RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -o manager main.go
24+ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -o odf-multicluster-orchestrator main.go
2525
2626# Use distroless as minimal base image to package the manager binary
2727# Refer to https://github.com/GoogleContainerTools/distroless for more details
2828FROM gcr.io/distroless/static:nonroot
2929WORKDIR /
30- COPY --from=builder /workspace/manager .
30+ COPY --from=builder /workspace/odf-multicluster-orchestrator .
3131USER 65532:65532
3232
33- ENTRYPOINT ["/manager " ]
33+ ENTRYPOINT ["/odf-multicluster-orchestrator " ]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ metadata:
3636 ]
3737 capabilities : Seamless Upgrades
3838 console.openshift.io/plugins : ' ["odf-multicluster-console"]'
39- createdAt : " 2025-03-27T16:11:36Z "
39+ createdAt : " 2025-04-16T07:16:26Z "
4040 olm.skipRange : " "
4141 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
4242 operators.operatorframework.io/builder : operator-sdk-unknown
@@ -324,7 +324,7 @@ spec:
324324 - manager
325325 - --leader-elect
326326 command :
327- - /manager
327+ - /odf-multicluster-orchestrator
328328 env :
329329 - name : TOKEN_EXCHANGE_IMAGE
330330 value : quay.io/ocs-dev/odf-multicluster-orchestrator:latest
@@ -343,7 +343,7 @@ spec:
343343 port : 8081
344344 initialDelaySeconds : 15
345345 periodSeconds : 20
346- name : manager
346+ name : odf-multicluster-orchestrator
347347 ports :
348348 - containerPort : 8081
349349 protocol : TCP
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ spec:
2626 runAsNonRoot : true
2727 containers :
2828 - command :
29- - /manager
29+ - /odf-multicluster-orchestrator
3030 args :
3131 - manager
3232 - --leader-elect
3333 # - --health-probe-bind-address=:8080
3434 image : controller:latest
35- name : manager
35+ name : odf-multicluster-orchestrator
3636 ports :
3737 - containerPort : 8081
3838 protocol : TCP
You can’t perform that action at this time.
0 commit comments