Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: ConfigMap
metadata:
name: cluster-baremetal-operator-images
namespace: openshift-machine-api
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
data:
images.json: >
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
creationTimestamp: null
name: provisionings.metal3.io
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: baremetalhosts.metal3.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: metal3.io
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: cluster-baremetal-operator
namespace: openshift-machine-api
namespace: openshift-machine-api
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
k8s-app: cluster-baremetal-operator
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
include.release.openshift.io/self-managed-high-availability: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
name: baremetal
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec: {}
status:
versions:
Expand Down