Skip to content

Commit

Permalink
pod -> pods
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed May 10, 2022
1 parent 2870858 commit 32d3faa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/oadp_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 32d3faa

Please sign in to comment.