Skip to content

Commit 560b198

Browse files
mdboothmandre
authored andcommitted
CARRY: Mark CAPO as second level operator
This is required for it to be included in the release payload. CAPO is actually deployed by cluster-capi-operator, but is not directly referenced by cluster-capi-operator. cluster-capi-operator instead consumes a ConfigMap deployed by CAPO. CAPO must be included in the release payload in order for cluster-capi-operator to be able to consume this ConfigMap.
1 parent 53083af commit 560b198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.rhel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ COPY --from=builder /workspace/manager .
4040
# Use uid of nonroot user (65532) because kubernetes expects numeric user when applying pod security policies
4141
USER 65532
4242
ENTRYPOINT ["/manager"]
43+
44+
LABEL io.openshift.release.operator true

0 commit comments

Comments
 (0)