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 @@ -3,6 +3,7 @@ kind: Namespace
metadata:
name: openshift-network-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
openshift.io/node-selector: ""
labels:
name: openshift-network-operator
Expand Down
2 changes: 2 additions & 0 deletions manifests/0000_70_cluster-network-operator_01_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: networks.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: operator.openshift.io
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
controller-tools.k8s.io: "1.0"
name: openshift-network
namespace: openshift-cloud-credential-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down
2 changes: 2 additions & 0 deletions manifests/0000_70_cluster-network-operator_01_pki_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: operatorpkis.network.operator.openshift.io
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
group: network.operator.openshift.io
names:
Expand Down
2 changes: 2 additions & 0 deletions manifests/0000_70_cluster-network-operator_02_rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: default-account-cluster-network-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
subjects:
- kind: ServiceAccount
name: default
Expand Down
2 changes: 2 additions & 0 deletions manifests/0000_70_cluster-network-operator_03_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: openshift-network-operator
labels:
name: network-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
spec:
selector:
matchLabels:
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: network
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
status:
versions:
- name: operator
Expand Down