Skip to content

Commit

Permalink
Add empty-resource for Build CRD instance
Browse files Browse the repository at this point in the history
Add a Build empty resource to the operator manifests.
  • Loading branch information
adambkaplan committed Oct 12, 2023
1 parent 4726691 commit c5e7d49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ COPY --from=builder /go/src/github.com/openshift/cluster-openshift-controller-ma
COPY manifests /manifests
COPY vendor/github.com/openshift/api/config/v1/*_openshift-controller-manager-operator_*.yaml /manifests
COPY vendor/github.com/openshift/api/operator/v1/0000_50_cluster-openshift-controller-manager-operator_02_config.crd.yaml /manifests
COPY empty-resources /manifests
LABEL io.openshift.release.operator true
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: config.openshift.io/v1
kind: Build
metadata:
name: cluster
annotations:
capability.openshift.io/name: Build
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
release.openshift.io/create-only: "true"
spec: {}

0 comments on commit c5e7d49

Please sign in to comment.