diff --git a/api/v1alpha1/oadp_types.go b/api/v1alpha1/oadp_types.go index f273393e36..b6eab82fdd 100644 --- a/api/v1alpha1/oadp_types.go +++ b/api/v1alpha1/oadp_types.go @@ -82,7 +82,7 @@ type VeleroConfig struct { // PodConfig defines the pod configuration options type PodConfig struct { - // Labels to add to pod + // Labels to add to pods // +optional Labels map[string]string `json:"labels,omitempty"` // NodeSelector defines the nodeSelector to be supplied to Restic podSpec diff --git a/bundle/manifests/oadp-operator.clusterserviceversion.yaml b/bundle/manifests/oadp-operator.clusterserviceversion.yaml index c8b8eaede1..d2423660dc 100644 --- a/bundle/manifests/oadp-operator.clusterserviceversion.yaml +++ b/bundle/manifests/oadp-operator.clusterserviceversion.yaml @@ -628,14 +628,15 @@ spec: - security.openshift.io resourceNames: - privileged - - velero-privileged resources: - securitycontextconstraints verbs: - use serviceAccountName: velero deployments: - - name: openshift-adp-controller-manager + - label: + control-plane: controller-manager + name: openshift-adp-controller-manager spec: replicas: 1 selector: diff --git a/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml b/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml index 249ae046a1..8f715192b2 100644 --- a/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml +++ b/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml @@ -195,7 +195,7 @@ spec: labels: additionalProperties: type: string - description: Labels to add to pod + description: Labels to add to pods type: object nodeSelector: additionalProperties: @@ -337,7 +337,7 @@ spec: labels: additionalProperties: type: string - description: Labels to add to pod + description: Labels to add to pods type: object nodeSelector: additionalProperties: diff --git a/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml b/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml index 4e03eab7e5..a2e8f39da3 100644 --- a/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml +++ b/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml @@ -197,7 +197,7 @@ spec: labels: additionalProperties: type: string - description: Labels to add to pod + description: Labels to add to pods type: object nodeSelector: additionalProperties: @@ -339,7 +339,7 @@ spec: labels: additionalProperties: type: string - description: Labels to add to pod + description: Labels to add to pods type: object nodeSelector: additionalProperties: