Skip to content

Commit

Permalink
add comment to v1alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: John Pitman <[email protected]>
  • Loading branch information
jopit committed Dec 5, 2024
1 parent ef05108 commit c858961
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
4 changes: 3 additions & 1 deletion api/v1alpha1/argocd_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,9 @@ type ArgoCDRepoSpec struct {
// InitContainers defines the list of initialization containers for the repo server deployment
InitContainers []corev1.Container `json:"initContainers,omitempty"`

// SidecarContainers defines the list of sidecar containers for the repo server deployment
// SidecarContainers defines the list of sidecar containers for the repo
// server deployment. If the image field is omitted from a SidecarContainer,
// the image for the repo server will be used.
SidecarContainers []corev1.Container `json:"sidecarContainers,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ metadata:
capabilities: Deep Insights
categories: Integration & Delivery
certified: "false"
createdAt: "2024-12-05T15:45:35Z"
createdAt: "2024-12-05T16:51:54Z"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down
6 changes: 4 additions & 2 deletions bundle/manifests/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3280,8 +3280,10 @@ spec:
you would like the Repo server to use
type: string
sidecarContainers:
description: SidecarContainers defines the list of sidecar containers
for the repo server deployment
description: |-
SidecarContainers defines the list of sidecar containers for the repo
server deployment. If the image field is omitted from a SidecarContainer,
the image for the repo server will be used.
items:
description: A single application container that you want to
run within a pod.
Expand Down
6 changes: 4 additions & 2 deletions config/crd/bases/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3269,8 +3269,10 @@ spec:
you would like the Repo server to use
type: string
sidecarContainers:
description: SidecarContainers defines the list of sidecar containers
for the repo server deployment
description: |-
SidecarContainers defines the list of sidecar containers for the repo
server deployment. If the image field is omitted from a SidecarContainer,
the image for the repo server will be used.
items:
description: A single application container that you want to
run within a pod.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ metadata:
capabilities: Deep Insights
categories: Integration & Delivery
certified: "false"
createdAt: "2024-12-05T15:45:35Z"
createdAt: "2024-12-05T16:51:54Z"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3280,8 +3280,10 @@ spec:
you would like the Repo server to use
type: string
sidecarContainers:
description: SidecarContainers defines the list of sidecar containers
for the repo server deployment
description: |-
SidecarContainers defines the list of sidecar containers for the repo
server deployment. If the image field is omitted from a SidecarContainer,
the image for the repo server will be used.
items:
description: A single application container that you want to
run within a pod.
Expand Down

0 comments on commit c858961

Please sign in to comment.